Html Css Color HEX #51F8E1 Turquoise

📋 copy color: '#51F8E1'

red 81 ◦ green 248 ◦ blue 225

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

Shades of Turquoise #51F8E1

Tints of Turquoise #51F8E1

RGB

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

 GREEN value IS 248 (97.27% from 255) = 44.77%

 BLUE value IS 225 (88.28% from 255) = 40.61%

R = 14.62%
G = 44.77%
B = 40.61%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.09

 K value IS 0.03

RGB Variations

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

Color information

#51F8E1 (or 0x51F8E1) is known color: Turquoise. HEX triplet: 51, F8 and E1. RGB value is (81,248,225). Sum of RGB (Red+Green+Blue) = 81+248+225=554 (73% of max value = 765). Red value is 81 (32.03% from 255 or 14.62% from 554); Green value is 248 (97.27% from 255 or 44.77% from 554); Blue value is 225 (88.28% from 255 or 40.61% from 554); Max value from RGB is 248 - color contains mainly: green. Hex color #51F8E1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51F8E1 is #AE071E. Grayscale: #C3C3C3. Windows color (decimal): -11405087 or 14809169. OLE color: 14809169.

HSL color Cylindrical-coordinate representation of color #51F8E1: hue angle of 171.74º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #51F8E1 is Cyan = 0.67, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.03.

Color convert

RGB 81 248 225 -
CMYK 0.67 0 0.09 0.03
HSL 171.74º 0.92% 0.65% -
HSV(B) 171.74º 0.67% 0.97% -
XYZ 50.55 74.32 82.92 -
YUV 195.45 144.67 46.37 -
System Red Green Blue C M Y K H S L
Decimal 81 248 225 0.67 0 0.09 0.03 171.74 0.92 0.65
Hex 51 F8 E1 43 0 9 3 AC 5C 41
Octal 121 370 341 103 0 11 3 254 134 101
Binary 1010001 11111000 11100001 1000011 0 1001 11 10101100 1011100 1000001

Color Harmonies of #51F8E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51F8E1

Black with #51F8E1

Text Example


Text Example

White with #51F8E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,248,225); }

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

background-color css

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

 a { background-color: rgb(81,248,225); }

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

border-color css

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

 span { border-color: rgb(81,248,225); }

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