Html Css Color HEX #51FDD1 Turquoise

📋 copy color: '#51FDD1'

red 81 ◦ green 253 ◦ blue 209

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

Shades of Turquoise #51FDD1

Tints of Turquoise #51FDD1

RGB

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

 GREEN value IS 253 (99.22% from 255) = 46.59%

 BLUE value IS 209 (82.03% from 255) = 38.49%

R = 14.92%
G = 46.59%
B = 38.49%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#51FDD1 (or 0x51FDD1) is known color: Turquoise. HEX triplet: 51, FD and D1. RGB value is (81,253,209). Sum of RGB (Red+Green+Blue) = 81+253+209=543 (71% of max value = 765). Red value is 81 (32.03% from 255 or 14.92% from 543); Green value is 253 (99.22% from 255 or 46.59% from 543); Blue value is 209 (82.03% from 255 or 38.49% from 543); Max value from RGB is 253 - color contains mainly: green. Hex color #51FDD1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51FDD1 is #AE022E. Grayscale: #C4C4C4. Windows color (decimal): -11403823 or 13761873. OLE color: 13761873.

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

Color convert

RGB 81 253 209 -
CMYK 0.68 0 0.17 0.01
HSL 164.65º 0.98% 0.65% -
HSV(B) 164.65º 0.68% 0.99% -
XYZ 50.03 76.6 72.47 -
YUV 196.56 135.02 45.58 -
System Red Green Blue C M Y K H S L
Decimal 81 253 209 0.68 0 0.17 0.01 164.65 0.98 0.65
Hex 51 FD D1 44 0 11 1 A5 62 41
Octal 121 375 321 104 0 21 1 245 142 101
Binary 1010001 11111101 11010001 1000100 0 10001 1 10100101 1100010 1000001

Color Harmonies of #51FDD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51FDD1

Black with #51FDD1

Text Example


Text Example

White with #51FDD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,253,209); }

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

background-color css

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

 a { background-color: rgb(81,253,209); }

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

border-color css

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

 span { border-color: rgb(81,253,209); }

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