Html Css Color HEX #52CDDC Medium Turquoise

📋 copy color: '#52CDDC'

red 82 ◦ green 205 ◦ blue 220

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

Shades of Medium Turquoise #52CDDC

Tints of Medium Turquoise #52CDDC

RGB

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

 GREEN value IS 205 (80.47% from 255) = 40.43%

 BLUE value IS 220 (86.33% from 255) = 43.39%

R = 16.17%
G = 40.43%
B = 43.39%

CMYK

 C value IS 0.63

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#52CDDC (or 0x52CDDC) is known color: Medium Turquoise. HEX triplet: 52, CD and DC. RGB value is (82,205,220). Sum of RGB (Red+Green+Blue) = 82+205+220=507 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.17% from 507); Green value is 205 (80.47% from 255 or 40.43% from 507); Blue value is 220 (86.33% from 255 or 43.39% from 507); Max value from RGB is 220 - color contains mainly: blue. Hex color #52CDDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52CDDC is #AD3223. Grayscale: #A9A9A9. Windows color (decimal): -11350564 or 14470482. OLE color: 14470482.

HSL color Cylindrical-coordinate representation of color #52CDDC: hue angle of 186.52º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52CDDC is Cyan = 0.63, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 82 205 220 -
CMYK 0.63 0.07 0 0.14
HSL 186.52º 0.66% 0.59% -
HSV(B) 186.52º 0.63% 0.86% -
XYZ 38.23 50.62 75.47 -
YUV 169.93 156.25 65.28 -
System Red Green Blue C M Y K H S L
Decimal 82 205 220 0.63 0.07 0 0.14 186.52 0.66 0.59
Hex 52 CD DC 3F 7 0 E BB 42 3B
Octal 122 315 334 77 7 0 16 273 102 73
Binary 1010010 11001101 11011100 111111 111 0 1110 10111011 1000010 111011

Color Harmonies of #52CDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CDDC

Black with #52CDDC

Text Example


Text Example

White with #52CDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,205,220); }

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

background-color css

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

 a { background-color: rgb(82,205,220); }

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

border-color css

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

 span { border-color: rgb(82,205,220); }

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