#62CBDD

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

Shades of Turquoise Blue #62CBDD

Tints of Turquoise Blue #62CBDD

Color information

#62CBDD (or 0x62CBDD) is unknown color: approx Turquoise Blue. HEX triplet: 62, CB and DD. RGB value is (98,203,221). Sum of RGB (Red+Green+Blue) = 98+203+221=522 (69% of max value = 765). Red value is 98 (38.67% from 255 or 18.77% from 522); Green value is 203 (79.69% from 255 or 38.89% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 221 - color contains mainly: blue. Hex color #62CBDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62CBDD is #9D3422. Grayscale: #ADADAD. Windows color (decimal): -10302499 or 14535522. OLE color: 14535522.

HSL color Cylindrical-coordinate representation of color #62CBDD: hue angle of 188.78º 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 #62CBDD is Cyan = 0.56, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB98203221-
CMYK0.560.0800.13
HSL188.78º64.4%62.55%-
HSV(B)188.78º55.66%86.67%-
XYZ39.4450.5376.08-
YUV173.66154.7174.04-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 18.77%
GREEN value IS 203 (79.69% from 255) = 38.89%
BLUE value IS 221 (86.72% from 255) = 42.34%
R=18.77%
G=38.89%
B=42.34%

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
Decimal982032210.560.0800.13188.7864.462.55
Hex62CBDD3880Dbd403f
Octal142313335701001527510077
Binary11000101100101111011101111000100001101101111011000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62CBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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