Html Css Color HEX #62C9DA Turquoise Blue

📋 copy color: '#62C9DA'

red 98 ◦ green 201 ◦ blue 218

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

Shades of Turquoise Blue #62C9DA

Tints of Turquoise Blue #62C9DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.17%

R = 18.96%
G = 38.88%
B = 42.17%

CMYK

 C value IS 0.55

 M value IS 0.08

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#62C9DA (or 0x62C9DA) is known color: Turquoise Blue. HEX triplet: 62, C9 and DA. RGB value is (98,201,218). Sum of RGB (Red+Green+Blue) = 98+201+218=517 (68% of max value = 765). Red value is 98 (38.67% from 255 or 18.96% from 517); Green value is 201 (78.91% from 255 or 38.88% from 517); Blue value is 218 (85.55% from 255 or 42.17% from 517); Max value from RGB is 218 - color contains mainly: blue. Hex color #62C9DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62C9DA is #9D3625. Grayscale: #ABABAB. Windows color (decimal): -10303014 or 14338402. OLE color: 14338402.

HSL color Cylindrical-coordinate representation of color #62C9DA: hue angle of 188.5º degrees, saturation: 0.62, 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 #62C9DA is Cyan = 0.55, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 98 201 218 -
CMYK 0.55 0.08 0 0.15
HSL 188.5º 0.62% 0.62% -
HSV(B) 188.5º 0.55% 0.85% -
XYZ 38.58 49.43 73.84 -
YUV 172.14 153.88 75.12 -
System Red Green Blue C M Y K H S L
Decimal 98 201 218 0.55 0.08 0 0.15 188.5 0.62 0.62
Hex 62 C9 DA 37 8 0 F BC 3E 3E
Octal 142 311 332 67 10 0 17 274 76 76
Binary 1100010 11001001 11011010 110111 1000 0 1111 10111100 111110 111110

Color Harmonies of #62C9DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62C9DA

Black with #62C9DA

Text Example


Text Example

White with #62C9DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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