Html Css Color HEX #52CCDD Medium Turquoise

📋 copy color: '#52CCDD'

red 82 ◦ green 204 ◦ blue 221

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

Shades of Medium Turquoise #52CCDD

Tints of Medium Turquoise #52CCDD

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.24%

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

R = 16.17%
G = 40.24%
B = 43.59%

CMYK

 C value IS 0.63

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#52CCDD (or 0x52CCDD) is known color: Medium Turquoise. HEX triplet: 52, CC and DD. RGB value is (82,204,221). Sum of RGB (Red+Green+Blue) = 82+204+221=507 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.17% from 507); Green value is 204 (80.08% from 255 or 40.24% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 221 - color contains mainly: blue. Hex color #52CCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52CCDD is #AD3322. Grayscale: #A9A9A9. Windows color (decimal): -11350819 or 14535762. OLE color: 14535762.

HSL color Cylindrical-coordinate representation of color #52CCDD: hue angle of 187.34º 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 #52CCDD is Cyan = 0.63, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 82 204 221 -
CMYK 0.63 0.08 0 0.13
HSL 187.34º 0.67% 0.59% -
HSV(B) 187.34º 0.63% 0.87% -
XYZ 38.12 50.2 76.09 -
YUV 169.46 157.08 65.62 -
System Red Green Blue C M Y K H S L
Decimal 82 204 221 0.63 0.08 0 0.13 187.34 0.67 0.59
Hex 52 CC DD 3F 8 0 D BB 43 3B
Octal 122 314 335 77 10 0 15 273 103 73
Binary 1010010 11001100 11011101 111111 1000 0 1101 10111011 1000011 111011

Color Harmonies of #52CCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CCDD

Black with #52CCDD

Text Example


Text Example

White with #52CCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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