Html Css Color HEX #52CDD0 Medium Turquoise

📋 copy color: '#52CDD0'

red 82 ◦ green 205 ◦ blue 208

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

Shades of Medium Turquoise #52CDD0

Tints of Medium Turquoise #52CDD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 42.02%

R = 16.57%
G = 41.41%
B = 42.02%

CMYK

 C value IS 0.61

 M value IS 0.01

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#52CDD0 (or 0x52CDD0) is known color: Medium Turquoise. HEX triplet: 52, CD and D0. RGB value is (82,205,208). Sum of RGB (Red+Green+Blue) = 82+205+208=495 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.57% from 495); Green value is 205 (80.47% from 255 or 41.41% from 495); Blue value is 208 (81.64% from 255 or 42.02% from 495); Max value from RGB is 208 - color contains mainly: blue. Hex color #52CDD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52CDD0 is #AD322F. Grayscale: #A8A8A8. Windows color (decimal): -11350576 or 13684050. OLE color: 13684050.

HSL color Cylindrical-coordinate representation of color #52CDD0: hue angle of 181.43º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #52CDD0 is Cyan = 0.61, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 82 205 208 -
CMYK 0.61 0.01 0 0.18
HSL 181.43º 0.57% 0.57% -
HSV(B) 181.43º 0.61% 0.82% -
XYZ 36.7 50.01 67.39 -
YUV 168.57 150.25 66.26 -
System Red Green Blue C M Y K H S L
Decimal 82 205 208 0.61 0.01 0 0.18 181.43 0.57 0.57
Hex 52 CD D0 3D 1 0 12 B5 39 39
Octal 122 315 320 75 1 0 22 265 71 71
Binary 1010010 11001101 11010000 111101 1 0 10010 10110101 111001 111001

Color Harmonies of #52CDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CDD0

Black with #52CDD0

Text Example


Text Example

White with #52CDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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