Html Css Color HEX #62CCDB Turquoise Blue

📋 copy color: '#62CCDB'

red 98 ◦ green 204 ◦ blue 219

#62CCDB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise Blue #62CCDB

Tints of Turquoise Blue #62CCDB

RGB

 RED value IS 98 (38.67% from 255) = 18.81%

 GREEN value IS 204 (80.08% from 255) = 39.16%

 BLUE value IS 219 (85.94% from 255) = 42.03%

R = 18.81%
G = 39.16%
B = 42.03%

CMYK

 C value IS 0.55

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#62CCDB (or 0x62CCDB) is known color: Turquoise Blue. HEX triplet: 62, CC and DB. RGB value is (98,204,219). Sum of RGB (Red+Green+Blue) = 98+204+219=521 (69% of max value = 765). Red value is 98 (38.67% from 255 or 18.81% from 521); Green value is 204 (80.08% from 255 or 39.16% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 219 - color contains mainly: blue. Hex color #62CCDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62CCDB is #9D3324. Grayscale: #ADADAD. Windows color (decimal): -10302245 or 14404706. OLE color: 14404706.

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

Color convert

RGB 98 204 219 -
CMYK 0.55 0.07 0 0.14
HSL 187.44º 0.63% 0.62% -
HSV(B) 187.44º 0.55% 0.86% -
XYZ 39.42 50.9 74.76 -
YUV 174.02 153.38 73.78 -
System Red Green Blue C M Y K H S L
Decimal 98 204 219 0.55 0.07 0 0.14 187.44 0.63 0.62
Hex 62 CC DB 37 7 0 E BB 3F 3E
Octal 142 314 333 67 7 0 16 273 77 76
Binary 1100010 11001100 11011011 110111 111 0 1110 10111011 111111 111110

Color Harmonies of #62CCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62CCDB

Black with #62CCDB

Text Example


Text Example

White with #62CCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #62CCDB;
 }
 .AnyTagClassName
 {
   color: #62CCDB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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