Html Css Color HEX #62DBDC Turquoise Blue

📋 copy color: '#62DBDC'

red 98 ◦ green 219 ◦ blue 220

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

Shades of Turquoise Blue #62DBDC

Tints of Turquoise Blue #62DBDC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.78%

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

R = 18.25%
G = 40.78%
B = 40.97%

CMYK

 C value IS 0.55

 M value IS 0.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#62DBDC (or 0x62DBDC) is known color: Turquoise Blue. HEX triplet: 62, DB and DC. RGB value is (98,219,220). Sum of RGB (Red+Green+Blue) = 98+219+220=537 (71% of max value = 765). Red value is 98 (38.67% from 255 or 18.25% from 537); Green value is 219 (85.94% from 255 or 40.78% from 537); Blue value is 220 (86.33% from 255 or 40.97% from 537); Max value from RGB is 220 - color contains mainly: blue. Hex color #62DBDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62DBDC is #9D2423. Grayscale: #B6B6B6. Windows color (decimal): -10298404 or 14474082. OLE color: 14474082.

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

Color convert

RGB 98 219 220 -
CMYK 0.55 0.00 0 0.14
HSL 180.49º 0.64% 0.62% -
HSV(B) 180.49º 0.55% 0.86% -
XYZ 43.29 58.43 76.71 -
YUV 182.94 148.91 67.42 -
System Red Green Blue C M Y K H S L
Decimal 98 219 220 0.55 0.00 0 0.14 180.49 0.64 0.62
Hex 62 DB DC 37 0 0 E B4 40 3E
Octal 142 333 334 67 0 0 16 264 100 76
Binary 1100010 11011011 11011100 110111 0 0 1110 10110100 1000000 111110

Color Harmonies of #62DBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62DBDC

Black with #62DBDC

Text Example


Text Example

White with #62DBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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