Html Css Color HEX #52CDDD Medium Turquoise

📋 copy color: '#52CDDD'

red 82 ◦ green 205 ◦ blue 221

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

Shades of Medium Turquoise #52CDDD

Tints of Medium Turquoise #52CDDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.5%

R = 16.14%
G = 40.35%
B = 43.5%

CMYK

 C value IS 0.63

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#52CDDD (or 0x52CDDD) is known color: Medium Turquoise. HEX triplet: 52, CD and DD. RGB value is (82,205,221). Sum of RGB (Red+Green+Blue) = 82+205+221=508 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.14% from 508); Green value is 205 (80.47% from 255 or 40.35% from 508); Blue value is 221 (86.72% from 255 or 43.50% from 508); Max value from RGB is 221 - color contains mainly: blue. Hex color #52CDDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52CDDD is #AD3222. Grayscale: #A9A9A9. Windows color (decimal): -11350563 or 14536018. OLE color: 14536018.

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

Color convert

RGB 82 205 221 -
CMYK 0.63 0.07 0 0.13
HSL 186.91º 0.67% 0.59% -
HSV(B) 186.91º 0.63% 0.87% -
XYZ 38.36 50.68 76.17 -
YUV 170.05 156.75 65.2 -
System Red Green Blue C M Y K H S L
Decimal 82 205 221 0.63 0.07 0 0.13 186.91 0.67 0.59
Hex 52 CD DD 3F 7 0 D BB 43 3B
Octal 122 315 335 77 7 0 15 273 103 73
Binary 1010010 11001101 11011101 111111 111 0 1101 10111011 1000011 111011

Color Harmonies of #52CDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CDDD

Black with #52CDDD

Text Example


Text Example

White with #52CDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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