Html Css Color HEX #51FBDB Turquoise

📋 copy color: '#51FBDB'

red 81 ◦ green 251 ◦ blue 219

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

Shades of Turquoise #51FBDB

Tints of Turquoise #51FBDB

RGB

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

 GREEN value IS 251 (98.44% from 255) = 45.55%

 BLUE value IS 219 (85.94% from 255) = 39.75%

R = 14.7%
G = 45.55%
B = 39.75%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#51FBDB (or 0x51FBDB) is known color: Turquoise. HEX triplet: 51, FB and DB. RGB value is (81,251,219). Sum of RGB (Red+Green+Blue) = 81+251+219=551 (72% of max value = 765). Red value is 81 (32.03% from 255 or 14.70% from 551); Green value is 251 (98.44% from 255 or 45.55% from 551); Blue value is 219 (85.94% from 255 or 39.75% from 551); Max value from RGB is 251 - color contains mainly: green. Hex color #51FBDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51FBDB is #AE0424. Grayscale: #C4C4C4. Windows color (decimal): -11404325 or 14416721. OLE color: 14416721.

HSL color Cylindrical-coordinate representation of color #51FBDB: hue angle of 168.71º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #51FBDB is Cyan = 0.68, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 81 251 219 -
CMYK 0.68 0 0.13 0.02
HSL 168.71º 0.96% 0.65% -
HSV(B) 168.71º 0.68% 0.98% -
XYZ 50.68 75.86 78.99 -
YUV 196.52 140.68 45.6 -
System Red Green Blue C M Y K H S L
Decimal 81 251 219 0.68 0 0.13 0.02 168.71 0.96 0.65
Hex 51 FB DB 44 0 D 2 A9 60 41
Octal 121 373 333 104 0 15 2 251 140 101
Binary 1010001 11111011 11011011 1000100 0 1101 10 10101001 1100000 1000001

Color Harmonies of #51FBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51FBDB

Black with #51FBDB

Text Example


Text Example

White with #51FBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,251,219); }

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

background-color css

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

 a { background-color: rgb(81,251,219); }

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

border-color css

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

 span { border-color: rgb(81,251,219); }

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