Html Css Color HEX #51DFBA Turquoise

📋 copy color: '#51DFBA'

red 81 ◦ green 223 ◦ blue 186

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

Shades of Turquoise #51DFBA

Tints of Turquoise #51DFBA

RGB

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

 GREEN value IS 223 (87.5% from 255) = 45.51%

 BLUE value IS 186 (73.05% from 255) = 37.96%

R = 16.53%
G = 45.51%
B = 37.96%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#51DFBA (or 0x51DFBA) is known color: Turquoise. HEX triplet: 51, DF and BA. RGB value is (81,223,186). Sum of RGB (Red+Green+Blue) = 81+223+186=490 (64% of max value = 765). Red value is 81 (32.03% from 255 or 16.53% from 490); Green value is 223 (87.5% from 255 or 45.51% from 490); Blue value is 186 (73.05% from 255 or 37.96% from 490); Max value from RGB is 223 - color contains mainly: green. Hex color #51DFBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51DFBA is #AE2045. Grayscale: #B0B0B0. Windows color (decimal): -11411526 or 12246865. OLE color: 12246865.

HSL color Cylindrical-coordinate representation of color #51DFBA: hue angle of 164.37º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #51DFBA is Cyan = 0.64, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB 81 223 186 -
CMYK 0.64 0 0.17 0.13
HSL 164.37º 0.69% 0.6% -
HSV(B) 164.37º 0.64% 0.87% -
XYZ 38.64 58.07 55.63 -
YUV 176.32 133.46 60.01 -
System Red Green Blue C M Y K H S L
Decimal 81 223 186 0.64 0 0.17 0.13 164.37 0.69 0.6
Hex 51 DF BA 40 0 11 D A4 45 3C
Octal 121 337 272 100 0 21 15 244 105 74
Binary 1010001 11011111 10111010 1000000 0 10001 1101 10100100 1000101 111100

Color Harmonies of #51DFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51DFBA

Black with #51DFBA

Text Example


Text Example

White with #51DFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,223,186); }

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

background-color css

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

 a { background-color: rgb(81,223,186); }

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

border-color css

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

 span { border-color: rgb(81,223,186); }

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