Html Css Color HEX #52E8CA Turquoise

📋 copy color: '#52E8CA'

red 82 ◦ green 232 ◦ blue 202

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

Shades of Turquoise #52E8CA

Tints of Turquoise #52E8CA

RGB

 RED value IS 82 (32.42% from 255) = 15.89%

 GREEN value IS 232 (91.02% from 255) = 44.96%

 BLUE value IS 202 (79.3% from 255) = 39.15%

R = 15.89%
G = 44.96%
B = 39.15%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#52E8CA (or 0x52E8CA) is known color: Turquoise. HEX triplet: 52, E8 and CA. RGB value is (82,232,202). Sum of RGB (Red+Green+Blue) = 82+232+202=516 (68% of max value = 765). Red value is 82 (32.42% from 255 or 15.89% from 516); Green value is 232 (91.02% from 255 or 44.96% from 516); Blue value is 202 (79.30% from 255 or 39.15% from 516); Max value from RGB is 232 - color contains mainly: green. Hex color #52E8CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52E8CA is #AD1735. Grayscale: #B7B7B7. Windows color (decimal): -11343670 or 13297746. OLE color: 13297746.

HSL color Cylindrical-coordinate representation of color #52E8CA: hue angle of 168º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52E8CA is Cyan = 0.65, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB 82 232 202 -
CMYK 0.65 0 0.13 0.09
HSL 168º 0.77% 0.62% -
HSV(B) 168º 0.65% 0.91% -
XYZ 43 63.77 65.92 -
YUV 183.73 138.31 55.44 -
System Red Green Blue C M Y K H S L
Decimal 82 232 202 0.65 0 0.13 0.09 168 0.77 0.62
Hex 52 E8 CA 41 0 D 9 A8 4D 3E
Octal 122 350 312 101 0 15 11 250 115 76
Binary 1010010 11101000 11001010 1000001 0 1101 1001 10101000 1001101 111110

Color Harmonies of #52E8CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52E8CA

Black with #52E8CA

Text Example


Text Example

White with #52E8CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52E8CA; }

 p { color: rgb(82,232,202); }

 H1.HeaderClassName
 {
   color: #52E8CA;
 }
 .AnyTagClassName
 {
   color: #52E8CA;
 }
</style>

background-color css

<style>
 a { background-color: #52E8CA; }

 a { background-color: rgb(82,232,202); }

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

border-color css

<style>
 span { border-color: #52E8CA; }

 span { border-color: rgb(82,232,202); }

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