Html Css Color HEX #62DDDD Turquoise Blue

📋 copy color: '#62DDDD'

red 98 ◦ green 221 ◦ blue 221

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

Shades of Turquoise Blue #62DDDD

Tints of Turquoise Blue #62DDDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.93%

R = 18.15%
G = 40.93%
B = 40.93%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#62DDDD (or 0x62DDDD) is known color: Turquoise Blue. HEX triplet: 62, DD and DD. RGB value is (98,221,221). Sum of RGB (Red+Green+Blue) = 98+221+221=540 (71% of max value = 765). Red value is 98 (38.67% from 255 or 18.15% from 540); Green value is 221 (86.72% from 255 or 40.93% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #62DDDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62DDDD is #9D2222. Grayscale: #B8B8B8. Windows color (decimal): -10297891 or 14540130. OLE color: 14540130.

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

Color convert

RGB 98 221 221 -
CMYK 0.56 0 0 0.13
HSL 180º 0.64% 0.63% -
HSV(B) 180º 0.56% 0.87% -
XYZ 43.94 59.53 77.58 -
YUV 184.22 148.75 66.5 -
System Red Green Blue C M Y K H S L
Decimal 98 221 221 0.56 0 0 0.13 180 0.64 0.63
Hex 62 DD DD 38 0 0 D B4 40 3F
Octal 142 335 335 70 0 0 15 264 100 77
Binary 1100010 11011101 11011101 111000 0 0 1101 10110100 1000000 111111

Color Harmonies of #62DDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62DDDD

Black with #62DDDD

Text Example


Text Example

White with #62DDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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