Html Css Color HEX #51FCDA Turquoise

📋 copy color: '#51FCDA'

red 81 ◦ green 252 ◦ blue 218

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

Shades of Turquoise #51FCDA

Tints of Turquoise #51FCDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.56%

R = 14.7%
G = 45.74%
B = 39.56%

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

#51FCDA (or 0x51FCDA) is known color: Turquoise. HEX triplet: 51, FC and DA. RGB value is (81,252,218). Sum of RGB (Red+Green+Blue) = 81+252+218=551 (72% of max value = 765). Red value is 81 (32.03% from 255 or 14.70% from 551); Green value is 252 (98.83% from 255 or 45.74% from 551); Blue value is 218 (85.55% from 255 or 39.56% from 551); Max value from RGB is 252 - color contains mainly: green. Hex color #51FCDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51FCDA is #AE0325. Grayscale: #C4C4C4. Windows color (decimal): -11404070 or 14351441. OLE color: 14351441.

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

Color convert

RGB 81 252 218 -
CMYK 0.68 0 0.13 0.01
HSL 168.07º 0.97% 0.65% -
HSV(B) 168.07º 0.68% 0.99% -
XYZ 50.86 76.43 78.4 -
YUV 197 139.85 45.26 -
System Red Green Blue C M Y K H S L
Decimal 81 252 218 0.68 0 0.13 0.01 168.07 0.97 0.65
Hex 51 FC DA 44 0 D 1 A8 61 41
Octal 121 374 332 104 0 15 1 250 141 101
Binary 1010001 11111100 11011010 1000100 0 1101 1 10101000 1100001 1000001

Color Harmonies of #51FCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51FCDA

Black with #51FCDA

Text Example


Text Example

White with #51FCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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