Html Css Color HEX #52FBE5 Turquoise

📋 copy color: '#52FBE5'

red 82 ◦ green 251 ◦ blue 229

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

Shades of Turquoise #52FBE5

Tints of Turquoise #52FBE5

RGB

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

 GREEN value IS 251 (98.44% from 255) = 44.66%

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

R = 14.59%
G = 44.66%
B = 40.75%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#52FBE5 (or 0x52FBE5) is known color: Turquoise. HEX triplet: 52, FB and E5. RGB value is (82,251,229). Sum of RGB (Red+Green+Blue) = 82+251+229=562 (74% of max value = 765). Red value is 82 (32.42% from 255 or 14.59% from 562); Green value is 251 (98.44% from 255 or 44.66% from 562); Blue value is 229 (89.84% from 255 or 40.75% from 562); Max value from RGB is 251 - color contains mainly: green. Hex color #52FBE5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52FBE5 is #AD041A. Grayscale: #C5C5C5. Windows color (decimal): -11338779 or 15072082. OLE color: 15072082.

HSL color Cylindrical-coordinate representation of color #52FBE5: hue angle of 172.19º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52FBE5 is Cyan = 0.67, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB 82 251 229 -
CMYK 0.67 0 0.09 0.02
HSL 172.19º 0.95% 0.65% -
HSV(B) 172.19º 0.67% 0.98% -
XYZ 52.12 76.45 86.14 -
YUV 197.96 145.51 45.29 -
System Red Green Blue C M Y K H S L
Decimal 82 251 229 0.67 0 0.09 0.02 172.19 0.95 0.65
Hex 52 FB E5 43 0 9 2 AC 5F 41
Octal 122 373 345 103 0 11 2 254 137 101
Binary 1010010 11111011 11100101 1000011 0 1001 10 10101100 1011111 1000001

Color Harmonies of #52FBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52FBE5

Black with #52FBE5

Text Example


Text Example

White with #52FBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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