#62DCDC

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

Shades of Turquoise Blue #62DCDC

Tints of Turquoise Blue #62DCDC

Color information

#62DCDC (or 0x62DCDC) is unknown color: approx Turquoise Blue. HEX triplet: 62, DC and DC. RGB value is (98,220,220). Sum of RGB (Red+Green+Blue) = 98+220+220=538 (71% of max value = 765). Red value is 98 (38.67% from 255 or 18.22% from 538); Green value is 220 (86.33% from 255 or 40.89% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #62DCDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62DCDC is #9D2323. Grayscale: #B7B7B7. Windows color (decimal): -10298148 or 14474338. OLE color: 14474338.

HSL color Cylindrical-coordinate representation of color #62DCDC: hue angle of 180º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #62DCDC is Cyan = 0.55, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB98220220-
CMYK0.55000.14
HSL180º63.54%62.35%-
HSV(B)180º55.45%86.27%-
XYZ43.5558.9576.79-
YUV183.52148.5867-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 18.22%
GREEN value IS 220 (86.33% from 255) = 40.89%
BLUE value IS 220 (86.33% from 255) = 40.89%
R=18.22%
G=40.89%
B=40.89%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal982202200.55000.1418063.5462.35
Hex62DCDC3700Eb4403e
Octal14233433467001626410076
Binary11000101101110011011100110111001110101101001000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62DCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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