Html Css Color HEX #62DCDA Turquoise Blue

📋 copy color: '#62DCDA'

red 98 ◦ green 220 ◦ blue 218

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

Shades of Turquoise Blue #62DCDA

Tints of Turquoise Blue #62DCDA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.04%

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

R = 18.28%
G = 41.04%
B = 40.67%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#62DCDA (or 0x62DCDA) is known color: Turquoise Blue. HEX triplet: 62, DC and DA. RGB value is (98,220,218). Sum of RGB (Red+Green+Blue) = 98+220+218=536 (70% of max value = 765). Red value is 98 (38.67% from 255 or 18.28% from 536); Green value is 220 (86.33% from 255 or 41.04% from 536); Blue value is 218 (85.55% from 255 or 40.67% from 536); Max value from RGB is 220 - color contains mainly: green. Hex color #62DCDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62DCDA is #9D2325. Grayscale: #B7B7B7. Windows color (decimal): -10298150 or 14343266. OLE color: 14343266.

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

Color convert

RGB 98 220 218 -
CMYK 0.55 0 0.01 0.14
HSL 179.02º 0.64% 0.62% -
HSV(B) 179.02º 0.55% 0.86% -
XYZ 43.29 58.85 75.41 -
YUV 183.29 147.58 67.16 -
System Red Green Blue C M Y K H S L
Decimal 98 220 218 0.55 0 0.01 0.14 179.02 0.64 0.62
Hex 62 DC DA 37 0 1 E B3 40 3E
Octal 142 334 332 67 0 1 16 263 100 76
Binary 1100010 11011100 11011010 110111 0 1 1110 10110011 1000000 111110

Color Harmonies of #62DCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62DCDA

Black with #62DCDA

Text Example


Text Example

White with #62DCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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