Html Css Color HEX #52FCE2 Turquoise

📋 copy color: '#52FCE2'

red 82 ◦ green 252 ◦ blue 226

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

Shades of Turquoise #52FCE2

Tints of Turquoise #52FCE2

RGB

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

 GREEN value IS 252 (98.83% from 255) = 45%

 BLUE value IS 226 (88.67% from 255) = 40.36%

R = 14.64%
G = 45%
B = 40.36%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#52FCE2 (or 0x52FCE2) is known color: Turquoise. HEX triplet: 52, FC and E2. RGB value is (82,252,226). Sum of RGB (Red+Green+Blue) = 82+252+226=560 (74% of max value = 765). Red value is 82 (32.42% from 255 or 14.64% from 560); Green value is 252 (98.83% from 255 or 45% from 560); Blue value is 226 (88.67% from 255 or 40.36% from 560); Max value from RGB is 252 - color contains mainly: green. Hex color #52FCE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52FCE2 is #AD031D. Grayscale: #C6C6C6. Windows color (decimal): -11338526 or 14875730. OLE color: 14875730.

HSL color Cylindrical-coordinate representation of color #52FCE2: hue angle of 170.82º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52FCE2 is Cyan = 0.67, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB 82 252 226 -
CMYK 0.67 0 0.10 0.01
HSL 170.82º 0.97% 0.65% -
HSV(B) 170.82º 0.67% 0.99% -
XYZ 52.02 76.91 84.05 -
YUV 198.21 143.68 45.11 -
System Red Green Blue C M Y K H S L
Decimal 82 252 226 0.67 0 0.10 0.01 170.82 0.97 0.65
Hex 52 FC E2 43 0 A 1 AB 61 41
Octal 122 374 342 103 0 12 1 253 141 101
Binary 1010010 11111100 11100010 1000011 0 1010 1 10101011 1100001 1000001

Color Harmonies of #52FCE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52FCE2

Black with #52FCE2

Text Example


Text Example

White with #52FCE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,252,226); }

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

background-color css

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

 a { background-color: rgb(82,252,226); }

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

border-color css

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

 span { border-color: rgb(82,252,226); }

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