Html Css Color HEX #51FCBC Turquoise

📋 copy color: '#51FCBC'

red 81 ◦ green 252 ◦ blue 188

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

Shades of Turquoise #51FCBC

Tints of Turquoise #51FCBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.08%

R = 15.55%
G = 48.37%
B = 36.08%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#51FCBC (or 0x51FCBC) is known color: Turquoise. HEX triplet: 51, FC and BC. RGB value is (81,252,188). Sum of RGB (Red+Green+Blue) = 81+252+188=521 (69% of max value = 765). Red value is 81 (32.03% from 255 or 15.55% from 521); Green value is 252 (98.83% from 255 or 48.37% from 521); Blue value is 188 (73.83% from 255 or 36.08% from 521); Max value from RGB is 252 - color contains mainly: green. Hex color #51FCBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51FCBC is #AE0343. Grayscale: #C1C1C1. Windows color (decimal): -11404100 or 12385361. OLE color: 12385361.

HSL color Cylindrical-coordinate representation of color #51FCBC: hue angle of 157.54º 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 #51FCBC is Cyan = 0.68, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB 81 252 188 -
CMYK 0.68 0 0.25 0.01
HSL 157.54º 0.97% 0.65% -
HSV(B) 157.54º 0.68% 0.99% -
XYZ 47.28 75 59.56 -
YUV 193.58 124.85 47.7 -
System Red Green Blue C M Y K H S L
Decimal 81 252 188 0.68 0 0.25 0.01 157.54 0.97 0.65
Hex 51 FC BC 44 0 19 1 9E 61 41
Octal 121 374 274 104 0 31 1 236 141 101
Binary 1010001 11111100 10111100 1000100 0 11001 1 10011110 1100001 1000001

Color Harmonies of #51FCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51FCBC

Black with #51FCBC

Text Example


Text Example

White with #51FCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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