#65E5D7

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

Shades of Turquoise Blue #65E5D7

Tints of Turquoise Blue #65E5D7

Color information

#65E5D7 (or 0x65E5D7) is unknown color: approx Turquoise Blue. HEX triplet: 65, E5 and D7. RGB value is (101,229,215). Sum of RGB (Red+Green+Blue) = 101+229+215=545 (72% of max value = 765). Red value is 101 (39.84% from 255 or 18.53% from 545); Green value is 229 (89.84% from 255 or 42.02% from 545); Blue value is 215 (84.38% from 255 or 39.45% from 545); Max value from RGB is 229 - color contains mainly: green. Hex color #65E5D7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65E5D7 is #9A1A28. Grayscale: #BDBDBD. Windows color (decimal): -10099241 or 14148965. OLE color: 14148965.

HSL color Cylindrical-coordinate representation of color #65E5D7: hue angle of 173.44º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #65E5D7 is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.10.

Color convert

RGB101229215-
CMYK0.5600.060.10
HSL173.44º71.11%64.71%-
HSV(B)173.44º55.9%89.8%-
XYZ45.6563.7174.18-
YUV189.13142.5965.14-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 18.53%
GREEN value IS 229 (89.84% from 255) = 42.02%
BLUE value IS 215 (84.38% from 255) = 39.45%
R=18.53%
G=42.02%
B=39.45%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1012292150.5600.060.10173.4471.1164.71
Hex65E5D73806Aad4741
Octal145345327700612255107101
Binary11001011110010111010111111000011010101010110110001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65E5D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,229,215); }

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

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

 a { background-color: rgb(101,229,215); }

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

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

 span { border-color: rgb(101,229,215); }

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