Html Css Color HEX #52C5CB Medium Turquoise

📋 copy color: '#52C5CB'

red 82 ◦ green 197 ◦ blue 203

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

Shades of Medium Turquoise #52C5CB

Tints of Medium Turquoise #52C5CB

RGB

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

 GREEN value IS 197 (77.34% from 255) = 40.87%

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

R = 17.01%
G = 40.87%
B = 42.12%

CMYK

 C value IS 0.60

 M value IS 0.03

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#52C5CB (or 0x52C5CB) is known color: Medium Turquoise. HEX triplet: 52, C5 and CB. RGB value is (82,197,203). Sum of RGB (Red+Green+Blue) = 82+197+203=482 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.01% from 482); Green value is 197 (77.34% from 255 or 40.87% from 482); Blue value is 203 (79.69% from 255 or 42.12% from 482); Max value from RGB is 203 - color contains mainly: blue. Hex color #52C5CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52C5CB is #AD3A34. Grayscale: #A3A3A3. Windows color (decimal): -11352629 or 13354322. OLE color: 13354322.

HSL color Cylindrical-coordinate representation of color #52C5CB: hue angle of 182.98º 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 #52C5CB is Cyan = 0.60, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 82 197 203 -
CMYK 0.60 0.03 0 0.20
HSL 182.98º 0.54% 0.56% -
HSV(B) 182.98º 0.6% 0.8% -
XYZ 34.23 46.04 63.58 -
YUV 163.3 150.4 70.01 -
System Red Green Blue C M Y K H S L
Decimal 82 197 203 0.60 0.03 0 0.20 182.98 0.54 0.56
Hex 52 C5 CB 3C 3 0 14 B7 36 38
Octal 122 305 313 74 3 0 24 267 66 70
Binary 1010010 11000101 11001011 111100 11 0 10100 10110111 110110 111000

Color Harmonies of #52C5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C5CB

Black with #52C5CB

Text Example


Text Example

White with #52C5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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