#62C4CA

Color #62C4CA Medium Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Turquoise #62C4CA

Tints of Medium Turquoise #62C4CA

Color information

#62C4CA (or 0x62C4CA) is unknown color: approx Medium Turquoise. HEX triplet: 62, C4 and CA. RGB value is (98,196,202). Sum of RGB (Red+Green+Blue) = 98+196+202=496 (65% of max value = 765). Red value is 98 (38.67% from 255 or 19.76% from 496); Green value is 196 (76.95% from 255 or 39.52% from 496); Blue value is 202 (79.30% from 255 or 40.73% from 496); Max value from RGB is 202 - color contains mainly: blue. Hex color #62C4CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62C4CA is #9D3B35. Grayscale: #A7A7A7. Windows color (decimal): -10304310 or 13288546. OLE color: 13288546.

HSL color Cylindrical-coordinate representation of color #62C4CA: hue angle of 183.46º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #62C4CA is Cyan = 0.51, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB98196202-
CMYK0.510.0300.21
HSL183.46º49.52%58.82%-
HSV(B)183.46º51.49%79.22%-
XYZ35.4446.3462.95-
YUV167.38147.5378.51-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 19.76%
GREEN value IS 196 (76.95% from 255) = 39.52%
BLUE value IS 202 (79.30% from 255) = 40.73%
R=19.76%
G=39.52%
B=40.73%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal981962020.510.0300.21183.4649.5258.82
Hex62C4CA333015b7323b
Octal1423043126330252676273
Binary110001011000100110010101100111101010110110111110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62C4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,196,202); }

 H1.HeaderClassName
 {
   color: #62C4CA;
 }
 .AnyTagClassName
 {
   color: #62C4CA;
 }
</style>
background-color css

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

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

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

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

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

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