#65CCDE

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

Shades of Turquoise Blue #65CCDE

Tints of Turquoise Blue #65CCDE

Color information

#65CCDE (or 0x65CCDE) is unknown color: approx Turquoise Blue. HEX triplet: 65, CC and DE. RGB value is (101,204,222). Sum of RGB (Red+Green+Blue) = 101+204+222=527 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.17% from 527); Green value is 204 (80.08% from 255 or 38.71% from 527); Blue value is 222 (87.11% from 255 or 42.13% from 527); Max value from RGB is 222 - color contains mainly: blue. Hex color #65CCDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65CCDE is #9A3321. Grayscale: #AFAFAF. Windows color (decimal): -10105634 or 14601317. OLE color: 14601317.

HSL color Cylindrical-coordinate representation of color #65CCDE: hue angle of 188.93º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65CCDE is Cyan = 0.55, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB101204222-
CMYK0.550.0800.13
HSL188.93º64.71%63.33%-
HSV(B)188.93º54.5%87.06%-
XYZ40.1451.2376.88-
YUV175.26154.3875.04-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.17%
GREEN value IS 204 (80.08% from 255) = 38.71%
BLUE value IS 222 (87.11% from 255) = 42.13%
R=19.17%
G=38.71%
B=42.13%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1012042220.550.0800.13188.9364.7163.33
Hex65CCDE3780Dbd413f
Octal145314336671001527510177
Binary11001011100110011011110110111100001101101111011000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65CCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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