Html Css Color HEX #62DDDA Turquoise Blue

📋 copy color: '#62DDDA'

red 98 ◦ green 221 ◦ blue 218

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

Shades of Turquoise Blue #62DDDA

Tints of Turquoise Blue #62DDDA

RGB

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

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

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

R = 18.25%
G = 41.15%
B = 40.6%

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

#62DDDA (or 0x62DDDA) is known color: Turquoise Blue. HEX triplet: 62, DD and DA. RGB value is (98,221,218). Sum of RGB (Red+Green+Blue) = 98+221+218=537 (71% of max value = 765). Red value is 98 (38.67% from 255 or 18.25% from 537); Green value is 221 (86.72% from 255 or 41.15% from 537); Blue value is 218 (85.55% from 255 or 40.60% from 537); Max value from RGB is 221 - color contains mainly: green. Hex color #62DDDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62DDDA is #9D2225. Grayscale: #B7B7B7. Windows color (decimal): -10297894 or 14343522. OLE color: 14343522.

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

Color convert

RGB 98 221 218 -
CMYK 0.56 0 0.01 0.13
HSL 178.54º 0.64% 0.63% -
HSV(B) 178.54º 0.56% 0.87% -
XYZ 43.55 59.37 75.49 -
YUV 183.88 147.25 66.74 -
System Red Green Blue C M Y K H S L
Decimal 98 221 218 0.56 0 0.01 0.13 178.54 0.64 0.63
Hex 62 DD DA 38 0 1 D B3 40 3F
Octal 142 335 332 70 0 1 15 263 100 77
Binary 1100010 11011101 11011010 111000 0 1 1101 10110011 1000000 111111

Color Harmonies of #62DDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62DDDA

Black with #62DDDA

Text Example


Text Example

White with #62DDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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