Html Css Color HEX #52FCE5 Turquoise

📋 copy color: '#52FCE5'

red 82 ◦ green 252 ◦ blue 229

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

Shades of Turquoise #52FCE5

Tints of Turquoise #52FCE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 40.67%

R = 14.56%
G = 44.76%
B = 40.67%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#52FCE5 (or 0x52FCE5) is known color: Turquoise. HEX triplet: 52, FC and E5. RGB value is (82,252,229). Sum of RGB (Red+Green+Blue) = 82+252+229=563 (74% of max value = 765). Red value is 82 (32.42% from 255 or 14.56% from 563); Green value is 252 (98.83% from 255 or 44.76% from 563); Blue value is 229 (89.84% from 255 or 40.67% from 563); Max value from RGB is 252 - color contains mainly: green. Hex color #52FCE5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52FCE5 is #AD031A. Grayscale: #C6C6C6. Windows color (decimal): -11338523 or 15072338. OLE color: 15072338.

HSL color Cylindrical-coordinate representation of color #52FCE5: hue angle of 171.88º 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 #52FCE5 is Cyan = 0.67, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB 82 252 229 -
CMYK 0.67 0 0.09 0.01
HSL 171.88º 0.97% 0.65% -
HSV(B) 171.88º 0.67% 0.99% -
XYZ 52.43 77.07 86.24 -
YUV 198.55 145.18 44.87 -
System Red Green Blue C M Y K H S L
Decimal 82 252 229 0.67 0 0.09 0.01 171.88 0.97 0.65
Hex 52 FC E5 43 0 9 1 AC 61 41
Octal 122 374 345 103 0 11 1 254 141 101
Binary 1010010 11111100 11100101 1000011 0 1001 1 10101100 1100001 1000001

Color Harmonies of #52FCE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52FCE5

Black with #52FCE5

Text Example


Text Example

White with #52FCE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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