Html Css Color HEX #51FDDC Turquoise

📋 copy color: '#51FDDC'

red 81 ◦ green 253 ◦ blue 220

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

Shades of Turquoise #51FDDC

Tints of Turquoise #51FDDC

RGB

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

 GREEN value IS 253 (99.22% from 255) = 45.67%

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

R = 14.62%
G = 45.67%
B = 39.71%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#51FDDC (or 0x51FDDC) is known color: Turquoise. HEX triplet: 51, FD and DC. RGB value is (81,253,220). Sum of RGB (Red+Green+Blue) = 81+253+220=554 (73% of max value = 765). Red value is 81 (32.03% from 255 or 14.62% from 554); Green value is 253 (99.22% from 255 or 45.67% from 554); Blue value is 220 (86.33% from 255 or 39.71% from 554); Max value from RGB is 253 - color contains mainly: green. Hex color #51FDDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51FDDC is #AE0223. Grayscale: #C5C5C5. Windows color (decimal): -11403812 or 14482769. OLE color: 14482769.

HSL color Cylindrical-coordinate representation of color #51FDDC: hue angle of 168.49º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #51FDDC is Cyan = 0.68, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 81 253 220 -
CMYK 0.68 0 0.13 0.01
HSL 168.49º 0.98% 0.65% -
HSV(B) 168.49º 0.68% 0.99% -
XYZ 51.44 77.17 79.89 -
YUV 197.81 140.52 44.68 -
System Red Green Blue C M Y K H S L
Decimal 81 253 220 0.68 0 0.13 0.01 168.49 0.98 0.65
Hex 51 FD DC 44 0 D 1 A8 62 41
Octal 121 375 334 104 0 15 1 250 142 101
Binary 1010001 11111101 11011100 1000100 0 1101 1 10101000 1100010 1000001

Color Harmonies of #51FDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51FDDC

Black with #51FDDC

Text Example


Text Example

White with #51FDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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