#65EEDC

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

Shades of Turquoise Blue #65EEDC

Tints of Turquoise Blue #65EEDC

Color information

#65EEDC (or 0x65EEDC) is unknown color: approx Turquoise Blue. HEX triplet: 65, EE and DC. RGB value is (101,238,220). Sum of RGB (Red+Green+Blue) = 101+238+220=559 (74% of max value = 765). Red value is 101 (39.84% from 255 or 18.07% from 559); Green value is 238 (93.36% from 255 or 42.58% from 559); Blue value is 220 (86.33% from 255 or 39.36% from 559); Max value from RGB is 238 - color contains mainly: green. Hex color #65EEDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65EEDC is #9A1123. Grayscale: #C2C2C2. Windows color (decimal): -10096932 or 14478949. OLE color: 14478949.

HSL color Cylindrical-coordinate representation of color #65EEDC: hue angle of 172.12º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65EEDC is Cyan = 0.58, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB101238220-
CMYK0.5800.080.07
HSL172.12º80.12%66.47%-
HSV(B)172.12º57.56%93.33%-
XYZ48.8669.0878.47-
YUV194.98142.1160.96-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 18.07%
GREEN value IS 238 (93.36% from 255) = 42.58%
BLUE value IS 220 (86.33% from 255) = 39.36%
R=18.07%
G=42.58%
B=39.36%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1012382200.5800.080.07172.1280.1266.47
Hex65EEDC3A087ac5042
Octal145356334720107254120102
Binary11001011110111011011100111010010001111010110010100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65EEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,238,220); }

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

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

 a { background-color: rgb(101,238,220); }

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

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

 span { border-color: rgb(101,238,220); }

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