Html Css Color HEX #53FEBB Turquoise

📋 copy color: '#53FEBB'

red 83 ◦ green 254 ◦ blue 187

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

Shades of Turquoise #53FEBB

Tints of Turquoise #53FEBB

RGB

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

 GREEN value IS 254 (99.61% from 255) = 48.47%

 BLUE value IS 187 (73.44% from 255) = 35.69%

R = 15.84%
G = 48.47%
B = 35.69%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#53FEBB (or 0x53FEBB) is known color: Turquoise. HEX triplet: 53, FE and BB. RGB value is (83,254,187). Sum of RGB (Red+Green+Blue) = 83+254+187=524 (69% of max value = 765). Red value is 83 (32.81% from 255 or 15.84% from 524); Green value is 254 (99.61% from 255 or 48.47% from 524); Blue value is 187 (73.44% from 255 or 35.69% from 524); Max value from RGB is 254 - color contains mainly: green. Hex color #53FEBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53FEBB is #AC0144. Grayscale: #C3C3C3. Windows color (decimal): -11272517 or 12320339. OLE color: 12320339.

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

Color convert

RGB 83 254 187 -
CMYK 0.67 0 0.26 0.00
HSL 156.49º 0.99% 0.66% -
HSV(B) 156.49º 0.67% 1% -
XYZ 47.98 76.31 59.21 -
YUV 195.23 123.35 47.95 -
System Red Green Blue C M Y K H S L
Decimal 83 254 187 0.67 0 0.26 0.00 156.49 0.99 0.66
Hex 53 FE BB 43 0 1A 0 9C 63 42
Octal 123 376 273 103 0 32 0 234 143 102
Binary 1010011 11111110 10111011 1000011 0 11010 0 10011100 1100011 1000010

Color Harmonies of #53FEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53FEBB

Black with #53FEBB

Text Example


Text Example

White with #53FEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,254,187); }

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

background-color css

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

 a { background-color: rgb(83,254,187); }

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

border-color css

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

 span { border-color: rgb(83,254,187); }

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