Html Css Color HEX #52DBCC Medium Turquoise

📋 copy color: '#52DBCC'

red 82 ◦ green 219 ◦ blue 204

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

Shades of Medium Turquoise #52DBCC

Tints of Medium Turquoise #52DBCC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 43.37%

 BLUE value IS 204 (80.08% from 255) = 40.4%

R = 16.24%
G = 43.37%
B = 40.4%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#52DBCC (or 0x52DBCC) is known color: Medium Turquoise. HEX triplet: 52, DB and CC. RGB value is (82,219,204). Sum of RGB (Red+Green+Blue) = 82+219+204=505 (66% of max value = 765). Red value is 82 (32.42% from 255 or 16.24% from 505); Green value is 219 (85.94% from 255 or 43.37% from 505); Blue value is 204 (80.08% from 255 or 40.40% from 505); Max value from RGB is 219 - color contains mainly: green. Hex color #52DBCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52DBCC is #AD2433. Grayscale: #B0B0B0. Windows color (decimal): -11346996 or 13425490. OLE color: 13425490.

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

Color convert

RGB 82 219 204 -
CMYK 0.63 0 0.07 0.14
HSL 173.43º 0.66% 0.59% -
HSV(B) 173.43º 0.63% 0.86% -
XYZ 39.71 56.82 66 -
YUV 176.33 143.61 60.72 -
System Red Green Blue C M Y K H S L
Decimal 82 219 204 0.63 0 0.07 0.14 173.43 0.66 0.59
Hex 52 DB CC 3F 0 7 E AD 42 3B
Octal 122 333 314 77 0 7 16 255 102 73
Binary 1010010 11011011 11001100 111111 0 111 1110 10101101 1000010 111011

Color Harmonies of #52DBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DBCC

Black with #52DBCC

Text Example


Text Example

White with #52DBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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