Html Css Color HEX #52ECD4 Turquoise

📋 copy color: '#52ECD4'

red 82 ◦ green 236 ◦ blue 212

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

Shades of Turquoise #52ECD4

Tints of Turquoise #52ECD4

RGB

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

 GREEN value IS 236 (92.58% from 255) = 44.53%

 BLUE value IS 212 (83.2% from 255) = 40%

R = 15.47%
G = 44.53%
B = 40%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#52ECD4 (or 0x52ECD4) is known color: Turquoise. HEX triplet: 52, EC and D4. RGB value is (82,236,212). Sum of RGB (Red+Green+Blue) = 82+236+212=530 (70% of max value = 765). Red value is 82 (32.42% from 255 or 15.47% from 530); Green value is 236 (92.58% from 255 or 44.53% from 530); Blue value is 212 (83.20% from 255 or 40% from 530); Max value from RGB is 236 - color contains mainly: green. Hex color #52ECD4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52ECD4 is #AD132B. Grayscale: #BBBBBB. Windows color (decimal): -11342636 or 13954130. OLE color: 13954130.

HSL color Cylindrical-coordinate representation of color #52ECD4: hue angle of 170.65º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52ECD4 is Cyan = 0.65, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB 82 236 212 -
CMYK 0.65 0 0.10 0.07
HSL 170.65º 0.8% 0.62% -
HSV(B) 170.65º 0.65% 0.93% -
XYZ 45.36 66.54 72.74 -
YUV 187.22 141.98 52.95 -
System Red Green Blue C M Y K H S L
Decimal 82 236 212 0.65 0 0.10 0.07 170.65 0.8 0.62
Hex 52 EC D4 41 0 A 7 AB 50 3E
Octal 122 354 324 101 0 12 7 253 120 76
Binary 1010010 11101100 11010100 1000001 0 1010 111 10101011 1010000 111110

Color Harmonies of #52ECD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52ECD4

Black with #52ECD4

Text Example


Text Example

White with #52ECD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,236,212); }

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

background-color css

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

 a { background-color: rgb(82,236,212); }

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

border-color css

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

 span { border-color: rgb(82,236,212); }

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