Html Css Color HEX #51EDDC Turquoise

📋 copy color: '#51EDDC'

red 81 ◦ green 237 ◦ blue 220

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

Shades of Turquoise #51EDDC

Tints of Turquoise #51EDDC

RGB

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

 GREEN value IS 237 (92.97% from 255) = 44.05%

 BLUE value IS 220 (86.33% from 255) = 40.89%

R = 15.06%
G = 44.05%
B = 40.89%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#51EDDC (or 0x51EDDC) is known color: Turquoise. HEX triplet: 51, ED and DC. RGB value is (81,237,220). Sum of RGB (Red+Green+Blue) = 81+237+220=538 (71% of max value = 765). Red value is 81 (32.03% from 255 or 15.06% from 538); Green value is 237 (92.97% from 255 or 44.05% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 237 - color contains mainly: green. Hex color #51EDDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51EDDC is #AE1223. Grayscale: #BCBCBC. Windows color (decimal): -11407908 or 14478673. OLE color: 14478673.

HSL color Cylindrical-coordinate representation of color #51EDDC: hue angle of 173.46º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #51EDDC is Cyan = 0.66, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 81 237 220 -
CMYK 0.66 0 0.07 0.07
HSL 173.46º 0.81% 0.62% -
HSV(B) 173.46º 0.66% 0.93% -
XYZ 46.6 67.49 78.28 -
YUV 188.42 145.82 51.38 -
System Red Green Blue C M Y K H S L
Decimal 81 237 220 0.66 0 0.07 0.07 173.46 0.81 0.62
Hex 51 ED DC 42 0 7 7 AD 51 3E
Octal 121 355 334 102 0 7 7 255 121 76
Binary 1010001 11101101 11011100 1000010 0 111 111 10101101 1010001 111110

Color Harmonies of #51EDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51EDDC

Black with #51EDDC

Text Example


Text Example

White with #51EDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,237,220); }

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

background-color css

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

 a { background-color: rgb(81,237,220); }

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

border-color css

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

 span { border-color: rgb(81,237,220); }

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