Html Css Color HEX #52CDB8 Medium Turquoise

📋 copy color: '#52CDB8'

red 82 ◦ green 205 ◦ blue 184

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

Shades of Medium Turquoise #52CDB8

Tints of Medium Turquoise #52CDB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 39.07%

R = 17.41%
G = 43.52%
B = 39.07%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.10

 K value IS 0.20

RGB Variations

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

Color information

#52CDB8 (or 0x52CDB8) is known color: Medium Turquoise. HEX triplet: 52, CD and B8. RGB value is (82,205,184). Sum of RGB (Red+Green+Blue) = 82+205+184=471 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.41% from 471); Green value is 205 (80.47% from 255 or 43.52% from 471); Blue value is 184 (72.27% from 255 or 39.07% from 471); Max value from RGB is 205 - color contains mainly: green. Hex color #52CDB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52CDB8 is #AD3247. Grayscale: #A5A5A5. Windows color (decimal): -11350600 or 12111186. OLE color: 12111186.

HSL color Cylindrical-coordinate representation of color #52CDB8: hue angle of 169.76º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52CDB8 is Cyan = 0.6, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB 82 205 184 -
CMYK 0.6 0 0.10 0.20
HSL 169.76º 0.55% 0.56% -
HSV(B) 169.76º 0.6% 0.8% -
XYZ 33.96 48.92 53 -
YUV 165.83 138.25 68.21 -
System Red Green Blue C M Y K H S L
Decimal 82 205 184 0.6 0 0.10 0.20 169.76 0.55 0.56
Hex 52 CD B8 3C 0 A 14 AA 37 38
Octal 122 315 270 74 0 12 24 252 67 70
Binary 1010010 11001101 10111000 111100 0 1010 10100 10101010 110111 111000

Color Harmonies of #52CDB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CDB8

Black with #52CDB8

Text Example


Text Example

White with #52CDB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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