Html Css Color HEX #52DFD3 Turquoise

📋 copy color: '#52DFD3'

red 82 ◦ green 223 ◦ blue 211

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

Shades of Turquoise #52DFD3

Tints of Turquoise #52DFD3

RGB

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

 GREEN value IS 223 (87.5% from 255) = 43.22%

 BLUE value IS 211 (82.81% from 255) = 40.89%

R = 15.89%
G = 43.22%
B = 40.89%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#52DFD3 (or 0x52DFD3) is known color: Turquoise. HEX triplet: 52, DF and D3. RGB value is (82,223,211). Sum of RGB (Red+Green+Blue) = 82+223+211=516 (68% of max value = 765). Red value is 82 (32.42% from 255 or 15.89% from 516); Green value is 223 (87.5% from 255 or 43.22% from 516); Blue value is 211 (82.81% from 255 or 40.89% from 516); Max value from RGB is 223 - color contains mainly: green. Hex color #52DFD3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52DFD3 is #AD202C. Grayscale: #B3B3B3. Windows color (decimal): -11345965 or 13885266. OLE color: 13885266.

HSL color Cylindrical-coordinate representation of color #52DFD3: hue angle of 174.89º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52DFD3 is Cyan = 0.63, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB 82 223 211 -
CMYK 0.63 0 0.05 0.13
HSL 174.89º 0.69% 0.6% -
HSV(B) 174.89º 0.63% 0.87% -
XYZ 41.63 59.27 70.87 -
YUV 179.47 145.79 58.48 -
System Red Green Blue C M Y K H S L
Decimal 82 223 211 0.63 0 0.05 0.13 174.89 0.69 0.6
Hex 52 DF D3 3F 0 5 D AF 45 3C
Octal 122 337 323 77 0 5 15 257 105 74
Binary 1010010 11011111 11010011 111111 0 101 1101 10101111 1000101 111100

Color Harmonies of #52DFD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52DFD3

Black with #52DFD3

Text Example


Text Example

White with #52DFD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,223,211); }

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

background-color css

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

 a { background-color: rgb(82,223,211); }

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

border-color css

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

 span { border-color: rgb(82,223,211); }

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