Html Css Color HEX #51FCDC Turquoise

📋 copy color: '#51FCDC'

red 81 ◦ green 252 ◦ blue 220

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

Shades of Turquoise #51FCDC

Tints of Turquoise #51FCDC

RGB

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

 GREEN value IS 252 (98.83% from 255) = 45.57%

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

R = 14.65%
G = 45.57%
B = 39.78%

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

#51FCDC (or 0x51FCDC) is known color: Turquoise. HEX triplet: 51, FC and DC. RGB value is (81,252,220). Sum of RGB (Red+Green+Blue) = 81+252+220=553 (73% of max value = 765). Red value is 81 (32.03% from 255 or 14.65% from 553); Green value is 252 (98.83% from 255 or 45.57% from 553); Blue value is 220 (86.33% from 255 or 39.78% from 553); Max value from RGB is 252 - color contains mainly: green. Hex color #51FCDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51FCDC is #AE0323. Grayscale: #C5C5C5. Windows color (decimal): -11404068 or 14482513. OLE color: 14482513.

HSL color Cylindrical-coordinate representation of color #51FCDC: hue angle of 168.77º degrees, saturation: 0.97, 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 #51FCDC is Cyan = 0.68, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 81 252 220 -
CMYK 0.68 0 0.13 0.01
HSL 168.77º 0.97% 0.65% -
HSV(B) 168.77º 0.68% 0.99% -
XYZ 51.12 76.54 79.79 -
YUV 197.22 140.85 45.1 -
System Red Green Blue C M Y K H S L
Decimal 81 252 220 0.68 0 0.13 0.01 168.77 0.97 0.65
Hex 51 FC DC 44 0 D 1 A9 61 41
Octal 121 374 334 104 0 15 1 251 141 101
Binary 1010001 11111100 11011100 1000100 0 1101 1 10101001 1100001 1000001

Color Harmonies of #51FCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51FCDC

Black with #51FCDC

Text Example


Text Example

White with #51FCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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