#65DCDC

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

Shades of Turquoise Blue #65DCDC

Tints of Turquoise Blue #65DCDC

Color information

#65DCDC (or 0x65DCDC) is unknown color: approx Turquoise Blue. HEX triplet: 65, DC and DC. RGB value is (101,220,220). Sum of RGB (Red+Green+Blue) = 101+220+220=541 (71% of max value = 765). Red value is 101 (39.84% from 255 or 18.67% from 541); Green value is 220 (86.33% from 255 or 40.67% from 541); Blue value is 220 (86.33% from 255 or 40.67% from 541); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #65DCDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65DCDC is #9A2323. Grayscale: #B8B8B8. Windows color (decimal): -10101540 or 14474341. OLE color: 14474341.

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

Color convert

RGB101220220-
CMYK0.54000.14
HSL180º62.96%62.94%-
HSV(B)180º54.09%86.27%-
XYZ43.8859.1276.81-
YUV184.42148.0868.5-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 18.67%
GREEN value IS 220 (86.33% from 255) = 40.67%
BLUE value IS 220 (86.33% from 255) = 40.67%
R=18.67%
G=40.67%
B=40.67%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1012202200.54000.1418062.9662.94
Hex65DCDC3600Eb43f3f
Octal1453343346600162647777
Binary1100101110111001101110011011000111010110100111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65DCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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