Html Css Color HEX #62CDDD Turquoise Blue

📋 copy color: '#62CDDD'

red 98 ◦ green 205 ◦ blue 221

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

Shades of Turquoise Blue #62CDDD

Tints of Turquoise Blue #62CDDD

RGB

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

 GREEN value IS 205 (80.47% from 255) = 39.12%

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

R = 18.7%
G = 39.12%
B = 42.18%

CMYK

 C value IS 0.56

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#62CDDD (or 0x62CDDD) is known color: Turquoise Blue. HEX triplet: 62, CD and DD. RGB value is (98,205,221). Sum of RGB (Red+Green+Blue) = 98+205+221=524 (69% of max value = 765). Red value is 98 (38.67% from 255 or 18.70% from 524); Green value is 205 (80.47% from 255 or 39.12% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 221 - color contains mainly: blue. Hex color #62CDDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62CDDD is #9D3222. Grayscale: #AEAEAE. Windows color (decimal): -10301987 or 14536034. OLE color: 14536034.

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

Color convert

RGB 98 205 221 -
CMYK 0.56 0.07 0 0.13
HSL 187.8º 0.64% 0.63% -
HSV(B) 187.8º 0.56% 0.87% -
XYZ 39.92 51.48 76.24 -
YUV 174.83 154.05 73.2 -
System Red Green Blue C M Y K H S L
Decimal 98 205 221 0.56 0.07 0 0.13 187.8 0.64 0.63
Hex 62 CD DD 38 7 0 D BC 40 3F
Octal 142 315 335 70 7 0 15 274 100 77
Binary 1100010 11001101 11011101 111000 111 0 1101 10111100 1000000 111111

Color Harmonies of #62CDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62CDDD

Black with #62CDDD

Text Example


Text Example

White with #62CDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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