Html Css Color HEX #52F1E6 Turquoise

📋 copy color: '#52F1E6'

red 82 ◦ green 241 ◦ blue 230

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

Shades of Turquoise #52F1E6

Tints of Turquoise #52F1E6

RGB

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

 GREEN value IS 241 (94.53% from 255) = 43.58%

 BLUE value IS 230 (90.23% from 255) = 41.59%

R = 14.83%
G = 43.58%
B = 41.59%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#52F1E6 (or 0x52F1E6) is known color: Turquoise. HEX triplet: 52, F1 and E6. RGB value is (82,241,230). Sum of RGB (Red+Green+Blue) = 82+241+230=553 (73% of max value = 765). Red value is 82 (32.42% from 255 or 14.83% from 553); Green value is 241 (94.53% from 255 or 43.58% from 553); Blue value is 230 (90.23% from 255 or 41.59% from 553); Max value from RGB is 241 - color contains mainly: green. Hex color #52F1E6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #52F1E6 is #AD0E19. Grayscale: #C0C0C0. Windows color (decimal): -11341338 or 15135058. OLE color: 15135058.

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

Color convert

RGB 82 241 230 -
CMYK 0.66 0 0.05 0.05
HSL 175.85º 0.85% 0.63% -
HSV(B) 175.85º 0.66% 0.95% -
XYZ 49.22 70.42 85.86 -
YUV 192.21 149.32 49.39 -
System Red Green Blue C M Y K H S L
Decimal 82 241 230 0.66 0 0.05 0.05 175.85 0.85 0.63
Hex 52 F1 E6 42 0 5 5 B0 55 3F
Octal 122 361 346 102 0 5 5 260 125 77
Binary 1010010 11110001 11100110 1000010 0 101 101 10110000 1010101 111111

Color Harmonies of #52F1E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52F1E6

Black with #52F1E6

Text Example


Text Example

White with #52F1E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,241,230); }

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

background-color css

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

 a { background-color: rgb(82,241,230); }

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

border-color css

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

 span { border-color: rgb(82,241,230); }

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