Html Css Color HEX #51C8DF Medium Turquoise

📋 copy color: '#51C8DF'

red 81 ◦ green 200 ◦ blue 223

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

Shades of Medium Turquoise #51C8DF

Tints of Medium Turquoise #51C8DF

RGB

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

 GREEN value IS 200 (78.52% from 255) = 39.68%

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

R = 16.07%
G = 39.68%
B = 44.25%

CMYK

 C value IS 0.64

 M value IS 0.10

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#51C8DF (or 0x51C8DF) is known color: Medium Turquoise. HEX triplet: 51, C8 and DF. RGB value is (81,200,223). Sum of RGB (Red+Green+Blue) = 81+200+223=504 (66% of max value = 765). Red value is 81 (32.03% from 255 or 16.07% from 504); Green value is 200 (78.52% from 255 or 39.68% from 504); Blue value is 223 (87.5% from 255 or 44.25% from 504); Max value from RGB is 223 - color contains mainly: blue. Hex color #51C8DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51C8DF is #AE3720. Grayscale: #A6A6A6. Windows color (decimal): -11417377 or 14665809. OLE color: 14665809.

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

Color convert

RGB 81 200 223 -
CMYK 0.64 0.10 0 0.13
HSL 189.72º 0.69% 0.6% -
HSV(B) 189.72º 0.64% 0.87% -
XYZ 37.37 48.39 77.18 -
YUV 167.04 159.58 66.63 -
System Red Green Blue C M Y K H S L
Decimal 81 200 223 0.64 0.10 0 0.13 189.72 0.69 0.6
Hex 51 C8 DF 40 A 0 D BE 45 3C
Octal 121 310 337 100 12 0 15 276 105 74
Binary 1010001 11001000 11011111 1000000 1010 0 1101 10111110 1000101 111100

Color Harmonies of #51C8DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51C8DF

Black with #51C8DF

Text Example


Text Example

White with #51C8DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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