Html Css Color HEX #62DDDB Turquoise Blue

📋 copy color: '#62DDDB'

red 98 ◦ green 221 ◦ blue 219

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

Shades of Turquoise Blue #62DDDB

Tints of Turquoise Blue #62DDDB

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41.08%

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

R = 18.22%
G = 41.08%
B = 40.71%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#62DDDB (or 0x62DDDB) is known color: Turquoise Blue. HEX triplet: 62, DD and DB. RGB value is (98,221,219). Sum of RGB (Red+Green+Blue) = 98+221+219=538 (71% of max value = 765). Red value is 98 (38.67% from 255 or 18.22% from 538); Green value is 221 (86.72% from 255 or 41.08% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 221 - color contains mainly: green. Hex color #62DDDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62DDDB is #9D2224. Grayscale: #B7B7B7. Windows color (decimal): -10297893 or 14409058. OLE color: 14409058.

HSL color Cylindrical-coordinate representation of color #62DDDB: hue angle of 179.02º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #62DDDB is Cyan = 0.56, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 98 221 219 -
CMYK 0.56 0 0.01 0.13
HSL 179.02º 0.64% 0.63% -
HSV(B) 179.02º 0.56% 0.87% -
XYZ 43.68 59.42 76.19 -
YUV 184 147.75 66.66 -
System Red Green Blue C M Y K H S L
Decimal 98 221 219 0.56 0 0.01 0.13 179.02 0.64 0.63
Hex 62 DD DB 38 0 1 D B3 40 3F
Octal 142 335 333 70 0 1 15 263 100 77
Binary 1100010 11011101 11011011 111000 0 1 1101 10110011 1000000 111111

Color Harmonies of #62DDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62DDDB

Black with #62DDDB

Text Example


Text Example

White with #62DDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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