#62CCDD

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

Shades of Turquoise Blue #62CCDD

Tints of Turquoise Blue #62CCDD

Color information

#62CCDD (or 0x62CCDD) is unknown color: approx Turquoise Blue. HEX triplet: 62, CC and DD. RGB value is (98,204,221). Sum of RGB (Red+Green+Blue) = 98+204+221=523 (69% of max value = 765). Red value is 98 (38.67% from 255 or 18.74% from 523); Green value is 204 (80.08% from 255 or 39.01% from 523); Blue value is 221 (86.72% from 255 or 42.26% from 523); Max value from RGB is 221 - color contains mainly: blue. Hex color #62CCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62CCDD is #9D3322. Grayscale: #AEAEAE. Windows color (decimal): -10302243 or 14535778. OLE color: 14535778.

HSL color Cylindrical-coordinate representation of color #62CCDD: hue angle of 188.29º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #62CCDD is Cyan = 0.56, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB98204221-
CMYK0.560.0800.13
HSL188.29º64.4%62.55%-
HSV(B)188.29º55.66%86.67%-
XYZ39.685176.16-
YUV174.24154.3873.62-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 18.74%
GREEN value IS 204 (80.08% from 255) = 39.01%
BLUE value IS 221 (86.72% from 255) = 42.26%
R=18.74%
G=39.01%
B=42.26%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal982042210.560.0800.13188.2964.462.55
Hex62CCDD3880Dbc403f
Octal142314335701001527410077
Binary11000101100110011011101111000100001101101111001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62CCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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