#65DEE7

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

Shades of Turquoise Blue #65DEE7

Tints of Turquoise Blue #65DEE7

Color information

#65DEE7 (or 0x65DEE7) is unknown color: approx Turquoise Blue. HEX triplet: 65, DE and E7. RGB value is (101,222,231). Sum of RGB (Red+Green+Blue) = 101+222+231=554 (73% of max value = 765). Red value is 101 (39.84% from 255 or 18.23% from 554); Green value is 222 (87.11% from 255 or 40.07% from 554); Blue value is 231 (90.62% from 255 or 41.70% from 554); Max value from RGB is 231 - color contains mainly: blue. Hex color #65DEE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65DEE7 is #9A2118. Grayscale: #BABABA. Windows color (decimal): -10101017 or 15195749. OLE color: 15195749.

HSL color Cylindrical-coordinate representation of color #65DEE7: hue angle of 184.15º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #65DEE7 is Cyan = 0.56, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB101222231-
CMYK0.560.0400.09
HSL184.15º73.03%65.1%-
HSV(B)184.15º56.28%90.59%-
XYZ45.9160.7884.91-
YUV186.85152.9166.77-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 18.23%
GREEN value IS 222 (87.11% from 255) = 40.07%
BLUE value IS 231 (90.62% from 255) = 41.70%
R=18.23%
G=40.07%
B=41.70%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1012222310.560.0400.09184.1573.0365.1
Hex65DEE738409b84941
Octal145336347704011270111101
Binary11001011101111011100111111000100010011011100010010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65DEE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,222,231); }

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

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

 a { background-color: rgb(101,222,231); }

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

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

 span { border-color: rgb(101,222,231); }

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