#65D1F7

Color #65D1F7 Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #65D1F7

Tints of Turquoise Blue #65D1F7

Color information

#65D1F7 (or 0x65D1F7) is unknown color: approx Turquoise Blue. HEX triplet: 65, D1 and F7. RGB value is (101,209,247). Sum of RGB (Red+Green+Blue) = 101+209+247=557 (73% of max value = 765). Red value is 101 (39.84% from 255 or 18.13% from 557); Green value is 209 (82.03% from 255 or 37.52% from 557); Blue value is 247 (96.88% from 255 or 44.34% from 557); Max value from RGB is 247 - color contains mainly: blue. Hex color #65D1F7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65D1F7 is #9A2E08. Grayscale: #B4B4B4. Windows color (decimal): -10104329 or 16240997. OLE color: 16240997.

HSL color Cylindrical-coordinate representation of color #65D1F7: hue angle of 195.62º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #65D1F7 is Cyan = 0.59, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB101209247-
CMYK0.590.1500.03
HSL195.62º90.12%68.24%-
HSV(B)195.62º59.11%96.86%-
XYZ44.9655.0896.26-
YUV181.04165.2270.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 101 (39.84% from 255) = 18.13%
GREEN value IS 209 (82.03% from 255) = 37.52%
BLUE value IS 247 (96.88% from 255) = 44.34%
R=18.13%
G=37.52%
B=44.34%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1012092470.590.1500.03195.6290.1268.24
Hex65D1F73BF03c45a44
Octal145321367731703304132104
Binary1100101110100011111011111101111110111100010010110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65D1F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65D1F7; }

 p { color: rgb(101,209,247); }

 H1.HeaderClassName
 {
   color: #65D1F7;
 }
 .AnyTagClassName
 {
   color: #65D1F7;
 }
</style>
background-color css

<style>
 a { background-color: #65D1F7; }

 a { background-color: rgb(101,209,247); }

 div.DivClassName
 {
   background-color: #65D1F7;
 }
 .BgClassName
 {
   background-color: #65D1F7;
 }
</style>
border-color css

<style>
 span { border-color: #65D1F7; }

 span { border-color: rgb(101,209,247); }

 td.TdClassName
 {
   border-color: #65D1F7;
 }
 .TagClassName
 {
   border-color: #65D1F7;
 }
</style>