Html Css Color HEX #62DADB Turquoise Blue

📋 copy color: '#62DADB'

red 98 ◦ green 218 ◦ blue 219

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

Shades of Turquoise Blue #62DADB

Tints of Turquoise Blue #62DADB

RGB

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

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

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

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

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

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

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

Color convert

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

Color Harmonies of #62DADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62DADB

Black with #62DADB

Text Example


Text Example

White with #62DADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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