Html Css Color HEX #52C5CE Medium Turquoise

📋 copy color: '#52C5CE'

red 82 ◦ green 197 ◦ blue 206

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

Shades of Medium Turquoise #52C5CE

Tints of Medium Turquoise #52C5CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.47%

R = 16.91%
G = 40.62%
B = 42.47%

CMYK

 C value IS 0.60

 M value IS 0.04

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#52C5CE (or 0x52C5CE) is known color: Medium Turquoise. HEX triplet: 52, C5 and CE. RGB value is (82,197,206). Sum of RGB (Red+Green+Blue) = 82+197+206=485 (64% of max value = 765). Red value is 82 (32.42% from 255 or 16.91% from 485); Green value is 197 (77.34% from 255 or 40.62% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 206 - color contains mainly: blue. Hex color #52C5CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52C5CE is #AD3A31. Grayscale: #A3A3A3. Windows color (decimal): -11352626 or 13550930. OLE color: 13550930.

HSL color Cylindrical-coordinate representation of color #52C5CE: hue angle of 184.35º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52C5CE is Cyan = 0.60, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 82 197 206 -
CMYK 0.60 0.04 0 0.19
HSL 184.35º 0.56% 0.56% -
HSV(B) 184.35º 0.6% 0.81% -
XYZ 34.59 46.18 65.48 -
YUV 163.64 151.9 69.77 -
System Red Green Blue C M Y K H S L
Decimal 82 197 206 0.60 0.04 0 0.19 184.35 0.56 0.56
Hex 52 C5 CE 3C 4 0 13 B8 38 38
Octal 122 305 316 74 4 0 23 270 70 70
Binary 1010010 11000101 11001110 111100 100 0 10011 10111000 111000 111000

Color Harmonies of #52C5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C5CE

Black with #52C5CE

Text Example


Text Example

White with #52C5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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