Html Css Color HEX #52F0BC Turquoise

📋 copy color: '#52F0BC'

red 82 ◦ green 240 ◦ blue 188

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

Shades of Turquoise #52F0BC

Tints of Turquoise #52F0BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.86%

R = 16.08%
G = 47.06%
B = 36.86%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#52F0BC (or 0x52F0BC) is known color: Turquoise. HEX triplet: 52, F0 and BC. RGB value is (82,240,188). Sum of RGB (Red+Green+Blue) = 82+240+188=510 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.08% from 510); Green value is 240 (94.14% from 255 or 47.06% from 510); Blue value is 188 (73.83% from 255 or 36.86% from 510); Max value from RGB is 240 - color contains mainly: green. Hex color #52F0BC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52F0BC is #AD0F43. Grayscale: #BABABA. Windows color (decimal): -11341636 or 12382290. OLE color: 12382290.

HSL color Cylindrical-coordinate representation of color #52F0BC: hue angle of 160.25º 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 #52F0BC is Cyan = 0.66, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 82 240 188 -
CMYK 0.66 0 0.22 0.06
HSL 160.25º 0.84% 0.63% -
HSV(B) 160.25º 0.66% 0.94% -
XYZ 43.72 67.74 58.35 -
YUV 186.83 128.65 53.23 -
System Red Green Blue C M Y K H S L
Decimal 82 240 188 0.66 0 0.22 0.06 160.25 0.84 0.63
Hex 52 F0 BC 42 0 16 6 A0 54 3F
Octal 122 360 274 102 0 26 6 240 124 77
Binary 1010010 11110000 10111100 1000010 0 10110 110 10100000 1010100 111111

Color Harmonies of #52F0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F0BC

Black with #52F0BC

Text Example


Text Example

White with #52F0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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