Html Css Color HEX #62D5DC Turquoise Blue

📋 copy color: '#62D5DC'

red 98 ◦ green 213 ◦ blue 220

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

Shades of Turquoise Blue #62D5DC

Tints of Turquoise Blue #62D5DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.43%

R = 18.46%
G = 40.11%
B = 41.43%

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

#62D5DC (or 0x62D5DC) is known color: Turquoise Blue. HEX triplet: 62, D5 and DC. RGB value is (98,213,220). Sum of RGB (Red+Green+Blue) = 98+213+220=531 (70% of max value = 765). Red value is 98 (38.67% from 255 or 18.46% from 531); Green value is 213 (83.59% from 255 or 40.11% from 531); Blue value is 220 (86.33% from 255 or 41.43% from 531); Max value from RGB is 220 - color contains mainly: blue. Hex color #62D5DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62D5DC is #9D2A23. Grayscale: #B3B3B3. Windows color (decimal): -10299940 or 14472546. OLE color: 14472546.

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

Color convert

RGB 98 213 220 -
CMYK 0.55 0.03 0 0.14
HSL 183.44º 0.64% 0.62% -
HSV(B) 183.44º 0.55% 0.86% -
XYZ 41.75 55.35 76.19 -
YUV 179.41 150.9 69.93 -
System Red Green Blue C M Y K H S L
Decimal 98 213 220 0.55 0.03 0 0.14 183.44 0.64 0.62
Hex 62 D5 DC 37 3 0 E B7 40 3E
Octal 142 325 334 67 3 0 16 267 100 76
Binary 1100010 11010101 11011100 110111 11 0 1110 10110111 1000000 111110

Color Harmonies of #62D5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62D5DC

Black with #62D5DC

Text Example


Text Example

White with #62D5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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