Html Css Color HEX #51DADF Medium Turquoise

📋 copy color: '#51DADF'

red 81 ◦ green 218 ◦ blue 223

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

Shades of Medium Turquoise #51DADF

Tints of Medium Turquoise #51DADF

RGB

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

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

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

R = 15.52%
G = 41.76%
B = 42.72%

CMYK

 C value IS 0.64

 M value IS 0.02

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#51DADF (or 0x51DADF) is known color: Medium Turquoise. HEX triplet: 51, DA and DF. RGB value is (81,218,223). Sum of RGB (Red+Green+Blue) = 81+218+223=522 (69% of max value = 765). Red value is 81 (32.03% from 255 or 15.52% from 522); Green value is 218 (85.55% from 255 or 41.76% from 522); Blue value is 223 (87.5% from 255 or 42.72% from 522); Max value from RGB is 223 - color contains mainly: blue. Hex color #51DADF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51DADF is #AE2520. Grayscale: #B1B1B1. Windows color (decimal): -11412769 or 14670417. OLE color: 14670417.

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

Color convert

RGB 81 218 223 -
CMYK 0.64 0.02 0 0.13
HSL 182.11º 0.69% 0.6% -
HSV(B) 182.11º 0.64% 0.87% -
XYZ 41.78 57.22 78.65 -
YUV 177.61 153.61 59.09 -
System Red Green Blue C M Y K H S L
Decimal 81 218 223 0.64 0.02 0 0.13 182.11 0.69 0.6
Hex 51 DA DF 40 2 0 D B6 45 3C
Octal 121 332 337 100 2 0 15 266 105 74
Binary 1010001 11011010 11011111 1000000 10 0 1101 10110110 1000101 111100

Color Harmonies of #51DADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51DADF

Black with #51DADF

Text Example


Text Example

White with #51DADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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