Html Css Color HEX #62D5DB Turquoise Blue

📋 copy color: '#62D5DB'

red 98 ◦ green 213 ◦ blue 219

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

Shades of Turquoise Blue #62D5DB

Tints of Turquoise Blue #62D5DB

RGB

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

 GREEN value IS 213 (83.59% from 255) = 40.19%

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

R = 18.49%
G = 40.19%
B = 41.32%

CMYK

 C value IS 0.55

 M value IS 0.03

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#62D5DB (or 0x62D5DB) is known color: Turquoise Blue. HEX triplet: 62, D5 and DB. RGB value is (98,213,219). Sum of RGB (Red+Green+Blue) = 98+213+219=530 (70% of max value = 765). Red value is 98 (38.67% from 255 or 18.49% from 530); Green value is 213 (83.59% from 255 or 40.19% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 219 - color contains mainly: blue. Hex color #62D5DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62D5DB is #9D2A24. Grayscale: #B3B3B3. Windows color (decimal): -10299941 or 14407010. OLE color: 14407010.

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

Color convert

RGB 98 213 219 -
CMYK 0.55 0.03 0 0.14
HSL 182.98º 0.63% 0.62% -
HSV(B) 182.98º 0.55% 0.86% -
XYZ 41.62 55.3 75.5 -
YUV 179.3 150.4 70.01 -
System Red Green Blue C M Y K H S L
Decimal 98 213 219 0.55 0.03 0 0.14 182.98 0.63 0.62
Hex 62 D5 DB 37 3 0 E B7 3F 3E
Octal 142 325 333 67 3 0 16 267 77 76
Binary 1100010 11010101 11011011 110111 11 0 1110 10110111 111111 111110

Color Harmonies of #62D5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62D5DB

Black with #62D5DB

Text Example


Text Example

White with #62D5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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