Html Css Color HEX #52F3DC Turquoise

📋 copy color: '#52F3DC'

red 82 ◦ green 243 ◦ blue 220

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

Shades of Turquoise #52F3DC

Tints of Turquoise #52F3DC

RGB

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

 GREEN value IS 243 (95.31% from 255) = 44.59%

 BLUE value IS 220 (86.33% from 255) = 40.37%

R = 15.05%
G = 44.59%
B = 40.37%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#52F3DC (or 0x52F3DC) is known color: Turquoise. HEX triplet: 52, F3 and DC. RGB value is (82,243,220). Sum of RGB (Red+Green+Blue) = 82+243+220=545 (72% of max value = 765). Red value is 82 (32.42% from 255 or 15.05% from 545); Green value is 243 (95.31% from 255 or 44.59% from 545); Blue value is 220 (86.33% from 255 or 40.37% from 545); Max value from RGB is 243 - color contains mainly: green. Hex color #52F3DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52F3DC is #AD0C23. Grayscale: #C0C0C0. Windows color (decimal): -11340836 or 14480210. OLE color: 14480210.

HSL color Cylindrical-coordinate representation of color #52F3DC: hue angle of 171.43º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52F3DC is Cyan = 0.66, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 82 243 220 -
CMYK 0.66 0 0.09 0.05
HSL 171.43º 0.87% 0.64% -
HSV(B) 171.43º 0.66% 0.95% -
XYZ 48.45 71.06 78.87 -
YUV 192.24 143.66 49.37 -
System Red Green Blue C M Y K H S L
Decimal 82 243 220 0.66 0 0.09 0.05 171.43 0.87 0.64
Hex 52 F3 DC 42 0 9 5 AB 57 40
Octal 122 363 334 102 0 11 5 253 127 100
Binary 1010010 11110011 11011100 1000010 0 1001 101 10101011 1010111 1000000

Color Harmonies of #52F3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F3DC

Black with #52F3DC

Text Example


Text Example

White with #52F3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,243,220); }

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

background-color css

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

 a { background-color: rgb(82,243,220); }

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

border-color css

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

 span { border-color: rgb(82,243,220); }

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