Html Css Color HEX #52F4BC Turquoise

📋 copy color: '#52F4BC'

red 82 ◦ green 244 ◦ blue 188

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

Shades of Turquoise #52F4BC

Tints of Turquoise #52F4BC

RGB

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

 GREEN value IS 244 (95.7% from 255) = 47.47%

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

R = 15.95%
G = 47.47%
B = 36.58%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#52F4BC (or 0x52F4BC) is known color: Turquoise. HEX triplet: 52, F4 and BC. RGB value is (82,244,188). Sum of RGB (Red+Green+Blue) = 82+244+188=514 (68% of max value = 765). Red value is 82 (32.42% from 255 or 15.95% from 514); Green value is 244 (95.70% from 255 or 47.47% from 514); Blue value is 188 (73.83% from 255 or 36.58% from 514); Max value from RGB is 244 - color contains mainly: green. Hex color #52F4BC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52F4BC is #AD0B43. Grayscale: #BDBDBD. Windows color (decimal): -11340612 or 12383314. OLE color: 12383314.

HSL color Cylindrical-coordinate representation of color #52F4BC: hue angle of 159.26º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52F4BC is Cyan = 0.66, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB 82 244 188 -
CMYK 0.66 0 0.23 0.04
HSL 159.26º 0.88% 0.64% -
HSV(B) 159.26º 0.66% 0.96% -
XYZ 44.91 70.13 58.75 -
YUV 189.18 127.33 51.55 -
System Red Green Blue C M Y K H S L
Decimal 82 244 188 0.66 0 0.23 0.04 159.26 0.88 0.64
Hex 52 F4 BC 42 0 17 4 9F 58 40
Octal 122 364 274 102 0 27 4 237 130 100
Binary 1010010 11110100 10111100 1000010 0 10111 100 10011111 1011000 1000000

Color Harmonies of #52F4BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F4BC

Black with #52F4BC

Text Example


Text Example

White with #52F4BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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