Html Css Color HEX #51CEDD Medium Turquoise

📋 copy color: '#51CEDD'

red 81 ◦ green 206 ◦ blue 221

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

Shades of Medium Turquoise #51CEDD

Tints of Medium Turquoise #51CEDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.5%

R = 15.94%
G = 40.55%
B = 43.5%

CMYK

 C value IS 0.63

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#51CEDD (or 0x51CEDD) is known color: Medium Turquoise. HEX triplet: 51, CE and DD. RGB value is (81,206,221). Sum of RGB (Red+Green+Blue) = 81+206+221=508 (67% of max value = 765). Red value is 81 (32.03% from 255 or 15.94% from 508); Green value is 206 (80.86% from 255 or 40.55% from 508); Blue value is 221 (86.72% from 255 or 43.50% from 508); Max value from RGB is 221 - color contains mainly: blue. Hex color #51CEDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51CEDD is #AE3122. Grayscale: #AAAAAA. Windows color (decimal): -11415843 or 14536273. OLE color: 14536273.

HSL color Cylindrical-coordinate representation of color #51CEDD: hue angle of 186.43º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #51CEDD is Cyan = 0.63, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 81 206 221 -
CMYK 0.63 0.07 0 0.13
HSL 186.43º 0.67% 0.59% -
HSV(B) 186.43º 0.63% 0.87% -
XYZ 38.52 51.11 76.24 -
YUV 170.34 156.59 64.28 -
System Red Green Blue C M Y K H S L
Decimal 81 206 221 0.63 0.07 0 0.13 186.43 0.67 0.59
Hex 51 CE DD 3F 7 0 D BA 43 3B
Octal 121 316 335 77 7 0 15 272 103 73
Binary 1010001 11001110 11011101 111111 111 0 1101 10111010 1000011 111011

Color Harmonies of #51CEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51CEDD

Black with #51CEDD

Text Example


Text Example

White with #51CEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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