Html Css Color HEX #52E4C4 Turquoise

📋 copy color: '#52E4C4'

red 82 ◦ green 228 ◦ blue 196

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

Shades of Turquoise #52E4C4

Tints of Turquoise #52E4C4

RGB

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

 GREEN value IS 228 (89.45% from 255) = 45.06%

 BLUE value IS 196 (76.95% from 255) = 38.74%

R = 16.21%
G = 45.06%
B = 38.74%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.14

 K value IS 0.11

RGB Variations

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

Color information

#52E4C4 (or 0x52E4C4) is known color: Turquoise. HEX triplet: 52, E4 and C4. RGB value is (82,228,196). Sum of RGB (Red+Green+Blue) = 82+228+196=506 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.21% from 506); Green value is 228 (89.45% from 255 or 45.06% from 506); Blue value is 196 (76.95% from 255 or 38.74% from 506); Max value from RGB is 228 - color contains mainly: green. Hex color #52E4C4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52E4C4 is #AD1B3B. Grayscale: #B4B4B4. Windows color (decimal): -11344700 or 12903506. OLE color: 12903506.

HSL color Cylindrical-coordinate representation of color #52E4C4: hue angle of 166.85º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #52E4C4 is Cyan = 0.64, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.

Color convert

RGB 82 228 196 -
CMYK 0.64 0 0.14 0.11
HSL 166.85º 0.73% 0.61% -
HSV(B) 166.85º 0.64% 0.89% -
XYZ 41.19 61.27 61.88 -
YUV 180.7 136.63 57.6 -
System Red Green Blue C M Y K H S L
Decimal 82 228 196 0.64 0 0.14 0.11 166.85 0.73 0.61
Hex 52 E4 C4 40 0 E B A7 49 3D
Octal 122 344 304 100 0 16 13 247 111 75
Binary 1010010 11100100 11000100 1000000 0 1110 1011 10100111 1001001 111101

Color Harmonies of #52E4C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52E4C4

Black with #52E4C4

Text Example


Text Example

White with #52E4C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,228,196); }

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

background-color css

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

 a { background-color: rgb(82,228,196); }

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

border-color css

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

 span { border-color: rgb(82,228,196); }

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