Html Css Color HEX #51FBDF Turquoise

📋 copy color: '#51FBDF'

red 81 ◦ green 251 ◦ blue 223

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

Shades of Turquoise #51FBDF

Tints of Turquoise #51FBDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.18%

R = 14.59%
G = 45.23%
B = 40.18%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#51FBDF (or 0x51FBDF) is known color: Turquoise. HEX triplet: 51, FB and DF. RGB value is (81,251,223). Sum of RGB (Red+Green+Blue) = 81+251+223=555 (73% of max value = 765). Red value is 81 (32.03% from 255 or 14.59% from 555); Green value is 251 (98.44% from 255 or 45.23% from 555); Blue value is 223 (87.5% from 255 or 40.18% from 555); Max value from RGB is 251 - color contains mainly: green. Hex color #51FBDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51FBDF is #AE0420. Grayscale: #C4C4C4. Windows color (decimal): -11404321 or 14678865. OLE color: 14678865.

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

Color convert

RGB 81 251 223 -
CMYK 0.68 0 0.11 0.02
HSL 170.12º 0.96% 0.65% -
HSV(B) 170.12º 0.68% 0.98% -
XYZ 51.21 76.07 81.8 -
YUV 196.98 142.68 45.28 -
System Red Green Blue C M Y K H S L
Decimal 81 251 223 0.68 0 0.11 0.02 170.12 0.96 0.65
Hex 51 FB DF 44 0 B 2 AA 60 41
Octal 121 373 337 104 0 13 2 252 140 101
Binary 1010001 11111011 11011111 1000100 0 1011 10 10101010 1100000 1000001

Color Harmonies of #51FBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51FBDF

Black with #51FBDF

Text Example


Text Example

White with #51FBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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