Html Css Color HEX #51FCBB Turquoise

📋 copy color: '#51FCBB'

red 81 ◦ green 252 ◦ blue 187

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

Shades of Turquoise #51FCBB

Tints of Turquoise #51FCBB

RGB

 RED value IS 81 (32.03% from 255) = 15.58%

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

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

R = 15.58%
G = 48.46%
B = 35.96%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#51FCBB (or 0x51FCBB) is known color: Turquoise. HEX triplet: 51, FC and BB. RGB value is (81,252,187). Sum of RGB (Red+Green+Blue) = 81+252+187=520 (68% of max value = 765). Red value is 81 (32.03% from 255 or 15.58% from 520); Green value is 252 (98.83% from 255 or 48.46% from 520); Blue value is 187 (73.44% from 255 or 35.96% from 520); Max value from RGB is 252 - color contains mainly: green. Hex color #51FCBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51FCBB is #AE0344. Grayscale: #C1C1C1. Windows color (decimal): -11404101 or 12319825. OLE color: 12319825.

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

Color convert

RGB 81 252 187 -
CMYK 0.68 0 0.26 0.01
HSL 157.19º 0.97% 0.65% -
HSV(B) 157.19º 0.68% 0.99% -
XYZ 47.17 74.96 59 -
YUV 193.46 124.35 47.79 -
System Red Green Blue C M Y K H S L
Decimal 81 252 187 0.68 0 0.26 0.01 157.19 0.97 0.65
Hex 51 FC BB 44 0 1A 1 9D 61 41
Octal 121 374 273 104 0 32 1 235 141 101
Binary 1010001 11111100 10111011 1000100 0 11010 1 10011101 1100001 1000001

Color Harmonies of #51FCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51FCBB

Black with #51FCBB

Text Example


Text Example

White with #51FCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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