#65CEDF

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

Shades of Turquoise Blue #65CEDF

Tints of Turquoise Blue #65CEDF

Color information

#65CEDF (or 0x65CEDF) is unknown color: approx Turquoise Blue. HEX triplet: 65, CE and DF. RGB value is (101,206,223). Sum of RGB (Red+Green+Blue) = 101+206+223=530 (70% of max value = 765). Red value is 101 (39.84% from 255 or 19.06% from 530); Green value is 206 (80.86% from 255 or 38.87% from 530); Blue value is 223 (87.5% from 255 or 42.08% from 530); Max value from RGB is 223 - color contains mainly: blue. Hex color #65CEDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65CEDF is #9A3120. Grayscale: #B0B0B0. Windows color (decimal): -10105121 or 14667365. OLE color: 14667365.

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

Color convert

RGB101206223-
CMYK0.550.0800.13
HSL188.36º65.59%63.53%-
HSV(B)188.36º54.71%87.45%-
XYZ40.7652.2477.75-
YUV176.54154.2174.12-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.06%
GREEN value IS 206 (80.86% from 255) = 38.87%
BLUE value IS 223 (87.5% from 255) = 42.08%
R=19.06%
G=38.87%
B=42.08%

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
Decimal1012062230.550.0800.13188.3665.5963.53
Hex65CEDF3780Dbc4240
Octal1453163376710015274102100
Binary110010111001110110111111101111000011011011110010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65CEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,206,223); }

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

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

 a { background-color: rgb(101,206,223); }

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

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

 span { border-color: rgb(101,206,223); }

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