Html Css Color HEX #51CED7 Medium Turquoise

📋 copy color: '#51CED7'

red 81 ◦ green 206 ◦ blue 215

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

Shades of Medium Turquoise #51CED7

Tints of Medium Turquoise #51CED7

RGB

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

 GREEN value IS 206 (80.86% from 255) = 41.04%

 BLUE value IS 215 (84.38% from 255) = 42.83%

R = 16.14%
G = 41.04%
B = 42.83%

CMYK

 C value IS 0.62

 M value IS 0.04

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#51CED7 (or 0x51CED7) is known color: Medium Turquoise. HEX triplet: 51, CE and D7. RGB value is (81,206,215). Sum of RGB (Red+Green+Blue) = 81+206+215=502 (66% of max value = 765). Red value is 81 (32.03% from 255 or 16.14% from 502); Green value is 206 (80.86% from 255 or 41.04% from 502); Blue value is 215 (84.38% from 255 or 42.83% from 502); Max value from RGB is 215 - color contains mainly: blue. Hex color #51CED7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51CED7 is #AE3128. Grayscale: #A9A9A9. Windows color (decimal): -11415849 or 14143057. OLE color: 14143057.

HSL color Cylindrical-coordinate representation of color #51CED7: hue angle of 184.03º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #51CED7 is Cyan = 0.62, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 81 206 215 -
CMYK 0.62 0.04 0 0.16
HSL 184.03º 0.63% 0.58% -
HSV(B) 184.03º 0.62% 0.84% -
XYZ 37.73 50.8 72.11 -
YUV 169.65 153.59 64.77 -
System Red Green Blue C M Y K H S L
Decimal 81 206 215 0.62 0.04 0 0.16 184.03 0.63 0.58
Hex 51 CE D7 3E 4 0 10 B8 3F 3A
Octal 121 316 327 76 4 0 20 270 77 72
Binary 1010001 11001110 11010111 111110 100 0 10000 10111000 111111 111010

Color Harmonies of #51CED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51CED7

Black with #51CED7

Text Example


Text Example

White with #51CED7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,206,215); }

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

background-color css

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

 a { background-color: rgb(81,206,215); }

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

border-color css

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

 span { border-color: rgb(81,206,215); }

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