Html Css Color HEX #52C4D6 Medium Turquoise

📋 copy color: '#52C4D6'

red 82 ◦ green 196 ◦ blue 214

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

Shades of Medium Turquoise #52C4D6

Tints of Medium Turquoise #52C4D6

RGB

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

 GREEN value IS 196 (76.95% from 255) = 39.84%

 BLUE value IS 214 (83.98% from 255) = 43.5%

R = 16.67%
G = 39.84%
B = 43.5%

CMYK

 C value IS 0.62

 M value IS 0.08

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#52C4D6 (or 0x52C4D6) is known color: Medium Turquoise. HEX triplet: 52, C4 and D6. RGB value is (82,196,214). Sum of RGB (Red+Green+Blue) = 82+196+214=492 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.67% from 492); Green value is 196 (76.95% from 255 or 39.84% from 492); Blue value is 214 (83.98% from 255 or 43.50% from 492); Max value from RGB is 214 - color contains mainly: blue. Hex color #52C4D6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52C4D6 is #AD3B29. Grayscale: #A3A3A3. Windows color (decimal): -11352874 or 14074962. OLE color: 14074962.

HSL color Cylindrical-coordinate representation of color #52C4D6: hue angle of 188.18º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52C4D6 is Cyan = 0.62, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 82 196 214 -
CMYK 0.62 0.08 0 0.16
HSL 188.18º 0.62% 0.58% -
HSV(B) 188.18º 0.62% 0.84% -
XYZ 35.36 46.13 70.66 -
YUV 163.97 156.23 69.54 -
System Red Green Blue C M Y K H S L
Decimal 82 196 214 0.62 0.08 0 0.16 188.18 0.62 0.58
Hex 52 C4 D6 3E 8 0 10 BC 3E 3A
Octal 122 304 326 76 10 0 20 274 76 72
Binary 1010010 11000100 11010110 111110 1000 0 10000 10111100 111110 111010

Color Harmonies of #52C4D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C4D6

Black with #52C4D6

Text Example


Text Example

White with #52C4D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,196,214); }

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

background-color css

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

 a { background-color: rgb(82,196,214); }

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

border-color css

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

 span { border-color: rgb(82,196,214); }

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