Html Css Color HEX #52DBCF Medium Turquoise

📋 copy color: '#52DBCF'

red 82 ◦ green 219 ◦ blue 207

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

Shades of Medium Turquoise #52DBCF

Tints of Medium Turquoise #52DBCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.75%

R = 16.14%
G = 43.11%
B = 40.75%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#52DBCF (or 0x52DBCF) is known color: Medium Turquoise. HEX triplet: 52, DB and CF. RGB value is (82,219,207). Sum of RGB (Red+Green+Blue) = 82+219+207=508 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.14% from 508); Green value is 219 (85.94% from 255 or 43.11% from 508); Blue value is 207 (81.25% from 255 or 40.75% from 508); Max value from RGB is 219 - color contains mainly: green. Hex color #52DBCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52DBCF is #AD2430. Grayscale: #B0B0B0. Windows color (decimal): -11346993 or 13622098. OLE color: 13622098.

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

Color convert

RGB 82 219 207 -
CMYK 0.63 0 0.05 0.14
HSL 174.74º 0.66% 0.59% -
HSV(B) 174.74º 0.63% 0.86% -
XYZ 40.07 56.96 67.91 -
YUV 176.67 145.11 60.48 -
System Red Green Blue C M Y K H S L
Decimal 82 219 207 0.63 0 0.05 0.14 174.74 0.66 0.59
Hex 52 DB CF 3F 0 5 E AF 42 3B
Octal 122 333 317 77 0 5 16 257 102 73
Binary 1010010 11011011 11001111 111111 0 101 1110 10101111 1000010 111011

Color Harmonies of #52DBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DBCF

Black with #52DBCF

Text Example


Text Example

White with #52DBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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