Html Css Color HEX #52C8CB Medium Turquoise

📋 copy color: '#52C8CB'

red 82 ◦ green 200 ◦ blue 203

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

Shades of Medium Turquoise #52C8CB

Tints of Medium Turquoise #52C8CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.86%

R = 16.91%
G = 41.24%
B = 41.86%

CMYK

 C value IS 0.60

 M value IS 0.01

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#52C8CB (or 0x52C8CB) is known color: Medium Turquoise. HEX triplet: 52, C8 and CB. RGB value is (82,200,203). Sum of RGB (Red+Green+Blue) = 82+200+203=485 (64% of max value = 765). Red value is 82 (32.42% from 255 or 16.91% from 485); Green value is 200 (78.52% from 255 or 41.24% from 485); Blue value is 203 (79.69% from 255 or 41.86% from 485); Max value from RGB is 203 - color contains mainly: blue. Hex color #52C8CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52C8CB is #AD3734. Grayscale: #A4A4A4. Windows color (decimal): -11351861 or 13355090. OLE color: 13355090.

HSL color Cylindrical-coordinate representation of color #52C8CB: hue angle of 181.49º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52C8CB is Cyan = 0.60, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 82 200 203 -
CMYK 0.60 0.01 0 0.20
HSL 181.49º 0.54% 0.56% -
HSV(B) 181.49º 0.6% 0.8% -
XYZ 34.91 47.41 63.81 -
YUV 165.06 149.41 68.76 -
System Red Green Blue C M Y K H S L
Decimal 82 200 203 0.60 0.01 0 0.20 181.49 0.54 0.56
Hex 52 C8 CB 3C 1 0 14 B5 36 38
Octal 122 310 313 74 1 0 24 265 66 70
Binary 1010010 11001000 11001011 111100 1 0 10100 10110101 110110 111000

Color Harmonies of #52C8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C8CB

Black with #52C8CB

Text Example


Text Example

White with #52C8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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