Html Css Color HEX #62C9D5 Turquoise Blue

📋 copy color: '#62C9D5'

red 98 ◦ green 201 ◦ blue 213

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

Shades of Turquoise Blue #62C9D5

Tints of Turquoise Blue #62C9D5

RGB

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

 GREEN value IS 201 (78.91% from 255) = 39.26%

 BLUE value IS 213 (83.59% from 255) = 41.6%

R = 19.14%
G = 39.26%
B = 41.6%

CMYK

 C value IS 0.54

 M value IS 0.06

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#62C9D5 (or 0x62C9D5) is known color: Turquoise Blue. HEX triplet: 62, C9 and D5. RGB value is (98,201,213). Sum of RGB (Red+Green+Blue) = 98+201+213=512 (67% of max value = 765). Red value is 98 (38.67% from 255 or 19.14% from 512); Green value is 201 (78.91% from 255 or 39.26% from 512); Blue value is 213 (83.59% from 255 or 41.60% from 512); Max value from RGB is 213 - color contains mainly: blue. Hex color #62C9D5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62C9D5 is #9D362A. Grayscale: #ABABAB. Windows color (decimal): -10303019 or 14010722. OLE color: 14010722.

HSL color Cylindrical-coordinate representation of color #62C9D5: hue angle of 186.26º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #62C9D5 is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 98 201 213 -
CMYK 0.54 0.06 0 0.16
HSL 186.26º 0.58% 0.61% -
HSV(B) 186.26º 0.54% 0.84% -
XYZ 37.93 49.17 70.44 -
YUV 171.57 151.38 75.52 -
System Red Green Blue C M Y K H S L
Decimal 98 201 213 0.54 0.06 0 0.16 186.26 0.58 0.61
Hex 62 C9 D5 36 6 0 10 BA 3A 3D
Octal 142 311 325 66 6 0 20 272 72 75
Binary 1100010 11001001 11010101 110110 110 0 10000 10111010 111010 111101

Color Harmonies of #62C9D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62C9D5

Black with #62C9D5

Text Example


Text Example

White with #62C9D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,201,213); }

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

background-color css

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

 a { background-color: rgb(98,201,213); }

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

border-color css

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

 span { border-color: rgb(98,201,213); }

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