Html Css Color HEX #51DACF Medium Turquoise

📋 copy color: '#51DACF'

red 81 ◦ green 218 ◦ blue 207

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

Shades of Medium Turquoise #51DACF

Tints of Medium Turquoise #51DACF

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43.08%

 BLUE value IS 207 (81.25% from 255) = 40.91%

R = 16.01%
G = 43.08%
B = 40.91%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#51DACF (or 0x51DACF) is known color: Medium Turquoise. HEX triplet: 51, DA and CF. RGB value is (81,218,207). Sum of RGB (Red+Green+Blue) = 81+218+207=506 (67% of max value = 765). Red value is 81 (32.03% from 255 or 16.01% from 506); Green value is 218 (85.55% from 255 or 43.08% from 506); Blue value is 207 (81.25% from 255 or 40.91% from 506); Max value from RGB is 218 - color contains mainly: green. Hex color #51DACF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51DACF is #AE2530. Grayscale: #AFAFAF. Windows color (decimal): -11412785 or 13621841. OLE color: 13621841.

HSL color Cylindrical-coordinate representation of color #51DACF: hue angle of 175.18º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #51DACF is Cyan = 0.63, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 81 218 207 -
CMYK 0.63 0 0.05 0.15
HSL 175.18º 0.65% 0.59% -
HSV(B) 175.18º 0.63% 0.85% -
XYZ 39.73 56.4 67.82 -
YUV 175.78 145.61 60.39 -
System Red Green Blue C M Y K H S L
Decimal 81 218 207 0.63 0 0.05 0.15 175.18 0.65 0.59
Hex 51 DA CF 3F 0 5 F AF 41 3B
Octal 121 332 317 77 0 5 17 257 101 73
Binary 1010001 11011010 11001111 111111 0 101 1111 10101111 1000001 111011

Color Harmonies of #51DACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51DACF

Black with #51DACF

Text Example


Text Example

White with #51DACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,218,207); }

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

background-color css

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

 a { background-color: rgb(81,218,207); }

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

border-color css

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

 span { border-color: rgb(81,218,207); }

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