#62ccdc

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

Shades of Turquoise Blue #62CCDC

Tints of Turquoise Blue #62CCDC

Color information

#62CCDC (or 0x62CCDC) is unknown color: approx Turquoise Blue. HEX triplet: 62, CC and DC. RGB value is (98,204,220). Sum of RGB (Red+Green+Blue) = 98+204+220=522 (69% of max value = 765). Red value is 98 (38.67% from 255 or 18.77% from 522); Green value is 204 (80.08% from 255 or 39.08% from 522); Blue value is 220 (86.33% from 255 or 42.15% from 522); Max value from RGB is 220 - color contains mainly: blue. Hex color #62CCDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62CCDC is #9D3323. Grayscale: #ADADAD. Windows color (decimal): -10302244 or 14470242. OLE color: 14470242.

HSL color Cylindrical-coordinate representation of color #62CCDC: hue angle of 187.87º 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 #62CCDC is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB98204220-
CMYK0.550.0700.14
HSL187.87º63.54%62.35%-
HSV(B)187.87º55.45%86.27%-
XYZ39.5550.9575.46-
YUV174.13153.8873.7-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 18.77%
GREEN value IS 204 (80.08% from 255) = 39.08%
BLUE value IS 220 (86.33% from 255) = 42.15%
R=18.77%
G=39.08%
B=42.15%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal982042200.550.0700.14187.8763.5462.35
Hex62CCDC3770Ebc403e
Octal14231433467701627410076
Binary1100010110011001101110011011111101110101111001000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62ccdc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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