#65D4E0

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

Shades of Turquoise Blue #65D4E0

Tints of Turquoise Blue #65D4E0

Color information

#65D4E0 (or 0x65D4E0) is unknown color: approx Turquoise Blue. HEX triplet: 65, D4 and E0. RGB value is (101,212,224). Sum of RGB (Red+Green+Blue) = 101+212+224=537 (71% of max value = 765). Red value is 101 (39.84% from 255 or 18.81% from 537); Green value is 212 (83.20% from 255 or 39.48% from 537); Blue value is 224 (87.89% from 255 or 41.71% from 537); Max value from RGB is 224 - color contains mainly: blue. Hex color #65D4E0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65D4E0 is #9A2B1F. Grayscale: #B4B4B4. Windows color (decimal): -10103584 or 14734437. OLE color: 14734437.

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

Color convert

RGB101212224-
CMYK0.550.0500.12
HSL185.85º66.49%63.73%-
HSV(B)185.85º54.91%87.84%-
XYZ42.3655.2478.95-
YUV180.18152.7371.52-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 18.81%
GREEN value IS 212 (83.20% from 255) = 39.48%
BLUE value IS 224 (87.89% from 255) = 41.71%
R=18.81%
G=39.48%
B=41.71%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1012122240.550.0500.12185.8566.4963.73
Hex65D4E03750Cba4240
Octal145324340675014272102100
Binary11001011101010011100000110111101011001011101010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65D4E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,212,224); }

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

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

 a { background-color: rgb(101,212,224); }

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

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

 span { border-color: rgb(101,212,224); }

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