Html Css Color HEX #51DFC0 Turquoise

📋 copy color: '#51DFC0'

red 81 ◦ green 223 ◦ blue 192

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

Shades of Turquoise #51DFC0

Tints of Turquoise #51DFC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 38.71%

R = 16.33%
G = 44.96%
B = 38.71%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#51DFC0 (or 0x51DFC0) is known color: Turquoise. HEX triplet: 51, DF and C0. RGB value is (81,223,192). Sum of RGB (Red+Green+Blue) = 81+223+192=496 (65% of max value = 765). Red value is 81 (32.03% from 255 or 16.33% from 496); Green value is 223 (87.5% from 255 or 44.96% from 496); Blue value is 192 (75.39% from 255 or 38.71% from 496); Max value from RGB is 223 - color contains mainly: green. Hex color #51DFC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51DFC0 is #AE203F. Grayscale: #B0B0B0. Windows color (decimal): -11411520 or 12640081. OLE color: 12640081.

HSL color Cylindrical-coordinate representation of color #51DFC0: hue angle of 166.9º 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 #51DFC0 is Cyan = 0.64, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB 81 223 192 -
CMYK 0.64 0 0.14 0.13
HSL 166.9º 0.69% 0.6% -
HSV(B) 166.9º 0.64% 0.87% -
XYZ 39.3 58.33 59.06 -
YUV 177.01 136.46 59.52 -
System Red Green Blue C M Y K H S L
Decimal 81 223 192 0.64 0 0.14 0.13 166.9 0.69 0.6
Hex 51 DF C0 40 0 E D A7 45 3C
Octal 121 337 300 100 0 16 15 247 105 74
Binary 1010001 11011111 11000000 1000000 0 1110 1101 10100111 1000101 111100

Color Harmonies of #51DFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51DFC0

Black with #51DFC0

Text Example


Text Example

White with #51DFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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