Html Css Color HEX #52F0CA Turquoise

📋 copy color: '#52F0CA'

red 82 ◦ green 240 ◦ blue 202

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

Shades of Turquoise #52F0CA

Tints of Turquoise #52F0CA

RGB

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

 GREEN value IS 240 (94.14% from 255) = 45.8%

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

R = 15.65%
G = 45.8%
B = 38.55%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#52F0CA (or 0x52F0CA) is known color: Turquoise. HEX triplet: 52, F0 and CA. RGB value is (82,240,202). Sum of RGB (Red+Green+Blue) = 82+240+202=524 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.65% from 524); Green value is 240 (94.14% from 255 or 45.80% from 524); Blue value is 202 (79.30% from 255 or 38.55% from 524); Max value from RGB is 240 - color contains mainly: green. Hex color #52F0CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52F0CA is #AD0F35. Grayscale: #BCBCBC. Windows color (decimal): -11341622 or 13299794. OLE color: 13299794.

HSL color Cylindrical-coordinate representation of color #52F0CA: hue angle of 165.57º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52F0CA is Cyan = 0.66, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB 82 240 202 -
CMYK 0.66 0 0.16 0.06
HSL 165.57º 0.84% 0.63% -
HSV(B) 165.57º 0.66% 0.94% -
XYZ 45.3 68.38 66.69 -
YUV 188.43 135.65 52.09 -
System Red Green Blue C M Y K H S L
Decimal 82 240 202 0.66 0 0.16 0.06 165.57 0.84 0.63
Hex 52 F0 CA 42 0 10 6 A6 54 3F
Octal 122 360 312 102 0 20 6 246 124 77
Binary 1010010 11110000 11001010 1000010 0 10000 110 10100110 1010100 111111

Color Harmonies of #52F0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F0CA

Black with #52F0CA

Text Example


Text Example

White with #52F0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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