Html Css Color HEX #53FFBB Turquoise

📋 copy color: '#53FFBB'

red 83 ◦ green 255 ◦ blue 187

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

Shades of Turquoise #53FFBB

Tints of Turquoise #53FFBB

RGB

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

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

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

R = 15.81%
G = 48.57%
B = 35.62%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#53FFBB (or 0x53FFBB) is known color: Turquoise. HEX triplet: 53, FF and BB. RGB value is (83,255,187). Sum of RGB (Red+Green+Blue) = 83+255+187=525 (69% of max value = 765). Red value is 83 (32.81% from 255 or 15.81% from 525); Green value is 255 (100% from 255 or 48.57% from 525); Blue value is 187 (73.44% from 255 or 35.62% from 525); Max value from RGB is 255 - color contains mainly: green. Hex color #53FFBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53FFBB is #AC0044. Grayscale: #C3C3C3. Windows color (decimal): -11272261 or 12320595. OLE color: 12320595.

HSL color Cylindrical-coordinate representation of color #53FFBB: hue angle of 156.28º 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 #53FFBB is Cyan = 0.67, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB 83 255 187 -
CMYK 0.67 0 0.27 0
HSL 156.28º 1% 0.66% -
HSV(B) 156.28º 0.67% 1% -
XYZ 48.3 76.95 59.32 -
YUV 195.82 123.02 47.53 -
System Red Green Blue C M Y K H S L
Decimal 83 255 187 0.67 0 0.27 0 156.28 1 0.66
Hex 53 FF BB 43 0 1B 0 9C 64 42
Octal 123 377 273 103 0 33 0 234 144 102
Binary 1010011 11111111 10111011 1000011 0 11011 0 10011100 1100100 1000010

Color Harmonies of #53FFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53FFBB

Black with #53FFBB

Text Example


Text Example

White with #53FFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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