#65D2D8

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

Shades of Turquoise Blue #65D2D8

Tints of Turquoise Blue #65D2D8

Color information

#65D2D8 (or 0x65D2D8) is unknown color: approx Turquoise Blue. HEX triplet: 65, D2 and D8. RGB value is (101,210,216). Sum of RGB (Red+Green+Blue) = 101+210+216=527 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.17% from 527); Green value is 210 (82.42% from 255 or 39.85% from 527); Blue value is 216 (84.77% from 255 or 40.99% from 527); Max value from RGB is 216 - color contains mainly: blue. Hex color #65D2D8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65D2D8 is #9A2D27. Grayscale: #B1B1B1. Windows color (decimal): -10104104 or 14209637. OLE color: 14209637.

HSL color Cylindrical-coordinate representation of color #65D2D8: hue angle of 183.13º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #65D2D8 is Cyan = 0.53, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB101210216-
CMYK0.530.0300.15
HSL183.13º59.59%62.16%-
HSV(B)183.13º53.24%84.71%-
XYZ40.8153.8273.2-
YUV178.09149.3973.01-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.17%
GREEN value IS 210 (82.42% from 255) = 39.85%
BLUE value IS 216 (84.77% from 255) = 40.99%
R=19.17%
G=39.85%
B=40.99%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1012102160.530.0300.15183.1359.5962.16
Hex65D2D83530Fb73c3e
Octal1453223306530172677476
Binary11001011101001011011000110101110111110110111111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65D2D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,210,216); }

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

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

 a { background-color: rgb(101,210,216); }

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

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

 span { border-color: rgb(101,210,216); }

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