Html Css Color HEX #53FCBB Turquoise

📋 copy color: '#53FCBB'

red 83 ◦ green 252 ◦ blue 187

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

Shades of Turquoise #53FCBB

Tints of Turquoise #53FCBB

RGB

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

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

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

R = 15.9%
G = 48.28%
B = 35.82%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#53FCBB (or 0x53FCBB) is known color: Turquoise. HEX triplet: 53, FC and BB. RGB value is (83,252,187). Sum of RGB (Red+Green+Blue) = 83+252+187=522 (69% of max value = 765). Red value is 83 (32.81% from 255 or 15.90% from 522); Green value is 252 (98.83% from 255 or 48.28% from 522); Blue value is 187 (73.44% from 255 or 35.82% from 522); Max value from RGB is 252 - color contains mainly: green. Hex color #53FCBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53FCBB is #AC0344. Grayscale: #C2C2C2. Windows color (decimal): -11273029 or 12319827. OLE color: 12319827.

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

Color convert

RGB 83 252 187 -
CMYK 0.67 0 0.26 0.01
HSL 156.92º 0.97% 0.66% -
HSV(B) 156.92º 0.67% 0.99% -
XYZ 47.35 75.05 59 -
YUV 194.06 124.01 48.79 -
System Red Green Blue C M Y K H S L
Decimal 83 252 187 0.67 0 0.26 0.01 156.92 0.97 0.66
Hex 53 FC BB 43 0 1A 1 9D 61 42
Octal 123 374 273 103 0 32 1 235 141 102
Binary 1010011 11111100 10111011 1000011 0 11010 1 10011101 1100001 1000010

Color Harmonies of #53FCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53FCBB

Black with #53FCBB

Text Example


Text Example

White with #53FCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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