Html Css Color HEX #62C8D8 Turquoise Blue

📋 copy color: '#62C8D8'

red 98 ◦ green 200 ◦ blue 216

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

Shades of Turquoise Blue #62C8D8

Tints of Turquoise Blue #62C8D8

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.91%

 BLUE value IS 216 (84.77% from 255) = 42.02%

R = 19.07%
G = 38.91%
B = 42.02%

CMYK

 C value IS 0.55

 M value IS 0.07

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#62C8D8 (or 0x62C8D8) is known color: Turquoise Blue. HEX triplet: 62, C8 and D8. RGB value is (98,200,216). Sum of RGB (Red+Green+Blue) = 98+200+216=514 (68% of max value = 765). Red value is 98 (38.67% from 255 or 19.07% from 514); Green value is 200 (78.52% from 255 or 38.91% from 514); Blue value is 216 (84.77% from 255 or 42.02% from 514); Max value from RGB is 216 - color contains mainly: blue. Hex color #62C8D8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62C8D8 is #9D3727. Grayscale: #ABABAB. Windows color (decimal): -10303272 or 14207074. OLE color: 14207074.

HSL color Cylindrical-coordinate representation of color #62C8D8: hue angle of 188.14º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #62C8D8 is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 98 200 216 -
CMYK 0.55 0.07 0 0.15
HSL 188.14º 0.6% 0.62% -
HSV(B) 188.14º 0.55% 0.85% -
XYZ 38.09 48.86 72.39 -
YUV 171.33 153.21 75.7 -
System Red Green Blue C M Y K H S L
Decimal 98 200 216 0.55 0.07 0 0.15 188.14 0.6 0.62
Hex 62 C8 D8 37 7 0 F BC 3C 3E
Octal 142 310 330 67 7 0 17 274 74 76
Binary 1100010 11001000 11011000 110111 111 0 1111 10111100 111100 111110

Color Harmonies of #62C8D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62C8D8

Black with #62C8D8

Text Example


Text Example

White with #62C8D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,200,216); }

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

background-color css

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

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

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

border-color css

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

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

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