#65EEDD

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

Shades of Turquoise Blue #65EEDD

Tints of Turquoise Blue #65EEDD

Color information

#65EEDD (or 0x65EEDD) is unknown color: approx Turquoise Blue. HEX triplet: 65, EE and DD. RGB value is (101,238,221). Sum of RGB (Red+Green+Blue) = 101+238+221=560 (74% of max value = 765). Red value is 101 (39.84% from 255 or 18.04% from 560); Green value is 238 (93.36% from 255 or 42.5% from 560); Blue value is 221 (86.72% from 255 or 39.46% from 560); Max value from RGB is 238 - color contains mainly: green. Hex color #65EEDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65EEDD is #9A1122. Grayscale: #C3C3C3. Windows color (decimal): -10096931 or 14544485. OLE color: 14544485.

HSL color Cylindrical-coordinate representation of color #65EEDD: hue angle of 172.55º 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 #65EEDD is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB101238221-
CMYK0.5800.070.07
HSL172.55º80.12%66.47%-
HSV(B)172.55º57.56%93.33%-
XYZ48.9969.1479.17-
YUV195.1142.6160.88-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 18.04%
GREEN value IS 238 (93.36% from 255) = 42.5%
BLUE value IS 221 (86.72% from 255) = 39.46%
R=18.04%
G=42.5%
B=39.46%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1012382210.5800.070.07172.5580.1266.47
Hex65EEDD3A077ad5042
Octal14535633572077255120102
Binary1100101111011101101110111101001111111010110110100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65EEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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