#65D1DC

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

Shades of Turquoise Blue #65D1DC

Tints of Turquoise Blue #65D1DC

Color information

#65D1DC (or 0x65D1DC) is unknown color: approx Turquoise Blue. HEX triplet: 65, D1 and DC. RGB value is (101,209,220). Sum of RGB (Red+Green+Blue) = 101+209+220=530 (70% of max value = 765). Red value is 101 (39.84% from 255 or 19.06% from 530); Green value is 209 (82.03% from 255 or 39.43% from 530); Blue value is 220 (86.33% from 255 or 41.51% from 530); Max value from RGB is 220 - color contains mainly: blue. Hex color #65D1DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65D1DC is #9A2E23. Grayscale: #B1B1B1. Windows color (decimal): -10104356 or 14471525. OLE color: 14471525.

HSL color Cylindrical-coordinate representation of color #65D1DC: hue angle of 185.55º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #65D1DC is Cyan = 0.54, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB101209220-
CMYK0.540.0500.14
HSL185.55º62.96%62.94%-
HSV(B)185.55º54.09%86.27%-
XYZ41.0953.5375.88-
YUV177.96151.7273.11-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.06%
GREEN value IS 209 (82.03% from 255) = 39.43%
BLUE value IS 220 (86.33% from 255) = 41.51%
R=19.06%
G=39.43%
B=41.51%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1012092200.540.0500.14185.5562.9662.94
Hex65D1DC3650Eba3f3f
Octal1453213346650162727777
Binary110010111010001110111001101101010111010111010111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65D1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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