Html Css Color HEX #52CCBD Medium Turquoise

📋 copy color: '#52CCBD'

red 82 ◦ green 204 ◦ blue 189

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

Shades of Medium Turquoise #52CCBD

Tints of Medium Turquoise #52CCBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 39.79%

R = 17.26%
G = 42.95%
B = 39.79%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#52CCBD (or 0x52CCBD) is known color: Medium Turquoise. HEX triplet: 52, CC and BD. RGB value is (82,204,189). Sum of RGB (Red+Green+Blue) = 82+204+189=475 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.26% from 475); Green value is 204 (80.08% from 255 or 42.95% from 475); Blue value is 189 (74.22% from 255 or 39.79% from 475); Max value from RGB is 204 - color contains mainly: green. Hex color #52CCBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52CCBD is #AD3342. Grayscale: #A5A5A5. Windows color (decimal): -11350851 or 12438610. OLE color: 12438610.

HSL color Cylindrical-coordinate representation of color #52CCBD: hue angle of 172.62º degrees, saturation: 0.54, 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 #52CCBD is Cyan = 0.60, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB 82 204 189 -
CMYK 0.60 0 0.07 0.2
HSL 172.62º 0.54% 0.56% -
HSV(B) 172.62º 0.6% 0.8% -
XYZ 34.26 48.65 55.73 -
YUV 165.81 141.08 68.22 -
System Red Green Blue C M Y K H S L
Decimal 82 204 189 0.60 0 0.07 0.2 172.62 0.54 0.56
Hex 52 CC BD 3C 0 7 14 AD 36 38
Octal 122 314 275 74 0 7 24 255 66 70
Binary 1010010 11001100 10111101 111100 0 111 10100 10101101 110110 111000

Color Harmonies of #52CCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CCBD

Black with #52CCBD

Text Example


Text Example

White with #52CCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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