Html Css Color HEX #53FFE1 Turquoise

📋 copy color: '#53FFE1'

red 83 ◦ green 255 ◦ blue 225

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

Shades of Turquoise #53FFE1

Tints of Turquoise #53FFE1

RGB

 RED value IS 83 (32.81% from 255) = 14.74%

 GREEN value IS 255 (100% from 255) = 45.29%

 BLUE value IS 225 (88.28% from 255) = 39.96%

R = 14.74%
G = 45.29%
B = 39.96%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.12

 K value IS 0

RGB Variations

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

Color information

#53FFE1 (or 0x53FFE1) is known color: Turquoise. HEX triplet: 53, FF and E1. RGB value is (83,255,225). Sum of RGB (Red+Green+Blue) = 83+255+225=563 (74% of max value = 765). Red value is 83 (32.81% from 255 or 14.74% from 563); Green value is 255 (100% from 255 or 45.29% from 563); Blue value is 225 (88.28% from 255 or 39.96% from 563); Max value from RGB is 255 - color contains mainly: green. Hex color #53FFE1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53FFE1 is #AC001E. Grayscale: #C8C8C8. Windows color (decimal): -11272223 or 14810963. OLE color: 14810963.

HSL color Cylindrical-coordinate representation of color #53FFE1: hue angle of 169.53º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53FFE1 is Cyan = 0.67, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.

Color convert

RGB 83 255 225 -
CMYK 0.67 0 0.12 0
HSL 169.53º 1% 0.66% -
HSV(B) 169.53º 0.67% 1% -
XYZ 52.92 78.8 83.65 -
YUV 200.15 142.02 44.44 -
System Red Green Blue C M Y K H S L
Decimal 83 255 225 0.67 0 0.12 0 169.53 1 0.66
Hex 53 FF E1 43 0 C 0 AA 64 42
Octal 123 377 341 103 0 14 0 252 144 102
Binary 1010011 11111111 11100001 1000011 0 1100 0 10101010 1100100 1000010

Color Harmonies of #53FFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53FFE1

Black with #53FFE1

Text Example


Text Example

White with #53FFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53FFE1; }

 p { color: rgb(83,255,225); }

 H1.HeaderClassName
 {
   color: #53FFE1;
 }
 .AnyTagClassName
 {
   color: #53FFE1;
 }
</style>

background-color css

<style>
 a { background-color: #53FFE1; }

 a { background-color: rgb(83,255,225); }

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

border-color css

<style>
 span { border-color: #53FFE1; }

 span { border-color: rgb(83,255,225); }

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