Html Css Color HEX #52C8BF Medium Turquoise

📋 copy color: '#52C8BF'

red 82 ◦ green 200 ◦ blue 191

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

Shades of Medium Turquoise #52C8BF

Tints of Medium Turquoise #52C8BF

RGB

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

 GREEN value IS 200 (78.52% from 255) = 42.28%

 BLUE value IS 191 (75% from 255) = 40.38%

R = 17.34%
G = 42.28%
B = 40.38%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#52C8BF (or 0x52C8BF) is known color: Medium Turquoise. HEX triplet: 52, C8 and BF. RGB value is (82,200,191). Sum of RGB (Red+Green+Blue) = 82+200+191=473 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.34% from 473); Green value is 200 (78.52% from 255 or 42.28% from 473); Blue value is 191 (75% from 255 or 40.38% from 473); Max value from RGB is 200 - color contains mainly: green. Hex color #52C8BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52C8BF is #AD3740. Grayscale: #A3A3A3. Windows color (decimal): -11351873 or 12568658. OLE color: 12568658.

HSL color Cylindrical-coordinate representation of color #52C8BF: hue angle of 175.42º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52C8BF is Cyan = 0.59, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 82 200 191 -
CMYK 0.59 0 0.04 0.22
HSL 175.42º 0.52% 0.55% -
HSV(B) 175.42º 0.59% 0.78% -
XYZ 33.54 46.86 56.57 -
YUV 163.69 143.41 69.73 -
System Red Green Blue C M Y K H S L
Decimal 82 200 191 0.59 0 0.04 0.22 175.42 0.52 0.55
Hex 52 C8 BF 3B 0 4 16 AF 34 37
Octal 122 310 277 73 0 4 26 257 64 67
Binary 1010010 11001000 10111111 111011 0 100 10110 10101111 110100 110111

Color Harmonies of #52C8BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C8BF

Black with #52C8BF

Text Example


Text Example

White with #52C8BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,200,191); }

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

background-color css

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

 a { background-color: rgb(82,200,191); }

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

border-color css

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

 span { border-color: rgb(82,200,191); }

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