Html Css Color HEX #51EFB7 Turquoise

📋 copy color: '#51EFB7'

red 81 ◦ green 239 ◦ blue 183

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

Shades of Turquoise #51EFB7

Tints of Turquoise #51EFB7

RGB

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

 GREEN value IS 239 (93.75% from 255) = 47.51%

 BLUE value IS 183 (71.88% from 255) = 36.38%

R = 16.1%
G = 47.51%
B = 36.38%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.23

 K value IS 0.06

RGB Variations

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

Color information

#51EFB7 (or 0x51EFB7) is known color: Turquoise. HEX triplet: 51, EF and B7. RGB value is (81,239,183). Sum of RGB (Red+Green+Blue) = 81+239+183=503 (66% of max value = 765). Red value is 81 (32.03% from 255 or 16.10% from 503); Green value is 239 (93.75% from 255 or 47.51% from 503); Blue value is 183 (71.88% from 255 or 36.38% from 503); Max value from RGB is 239 - color contains mainly: green. Hex color #51EFB7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51EFB7 is #AE1048. Grayscale: #B9B9B9. Windows color (decimal): -11407433 or 12054353. OLE color: 12054353.

HSL color Cylindrical-coordinate representation of color #51EFB7: hue angle of 158.73º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #51EFB7 is Cyan = 0.66, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.06.

Color convert

RGB 81 239 183 -
CMYK 0.66 0 0.23 0.06
HSL 158.73º 0.83% 0.63% -
HSV(B) 158.73º 0.66% 0.94% -
XYZ 42.81 66.9 55.46 -
YUV 185.37 126.65 53.55 -
System Red Green Blue C M Y K H S L
Decimal 81 239 183 0.66 0 0.23 0.06 158.73 0.83 0.63
Hex 51 EF B7 42 0 17 6 9F 53 3F
Octal 121 357 267 102 0 27 6 237 123 77
Binary 1010001 11101111 10110111 1000010 0 10111 110 10011111 1010011 111111

Color Harmonies of #51EFB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51EFB7

Black with #51EFB7

Text Example


Text Example

White with #51EFB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,239,183); }

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

background-color css

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

 a { background-color: rgb(81,239,183); }

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

border-color css

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

 span { border-color: rgb(81,239,183); }

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