Html Css Color HEX #62DBDA Turquoise Blue

📋 copy color: '#62DBDA'

red 98 ◦ green 219 ◦ blue 218

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

Shades of Turquoise Blue #62DBDA

Tints of Turquoise Blue #62DBDA

RGB

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

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

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

R = 18.32%
G = 40.93%
B = 40.75%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#62DBDA (or 0x62DBDA) is known color: Turquoise Blue. HEX triplet: 62, DB and DA. RGB value is (98,219,218). Sum of RGB (Red+Green+Blue) = 98+219+218=535 (70% of max value = 765). Red value is 98 (38.67% from 255 or 18.32% from 535); Green value is 219 (85.94% from 255 or 40.93% from 535); Blue value is 218 (85.55% from 255 or 40.75% from 535); Max value from RGB is 219 - color contains mainly: green. Hex color #62DBDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62DBDA is #9D2425. Grayscale: #B6B6B6. Windows color (decimal): -10298406 or 14343010. OLE color: 14343010.

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

Color convert

RGB 98 219 218 -
CMYK 0.55 0 0.00 0.14
HSL 179.5º 0.63% 0.62% -
HSV(B) 179.5º 0.55% 0.86% -
XYZ 43.02 58.32 75.32 -
YUV 182.71 147.91 67.58 -
System Red Green Blue C M Y K H S L
Decimal 98 219 218 0.55 0 0.00 0.14 179.5 0.63 0.62
Hex 62 DB DA 37 0 0 E B4 3F 3E
Octal 142 333 332 67 0 0 16 264 77 76
Binary 1100010 11011011 11011010 110111 0 0 1110 10110100 111111 111110

Color Harmonies of #62DBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62DBDA

Black with #62DBDA

Text Example


Text Example

White with #62DBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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