Html Css Color HEX #51FCDF Turquoise

📋 copy color: '#51FCDF'

red 81 ◦ green 252 ◦ blue 223

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

Shades of Turquoise #51FCDF

Tints of Turquoise #51FCDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.11%

R = 14.57%
G = 45.32%
B = 40.11%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#51FCDF (or 0x51FCDF) is known color: Turquoise. HEX triplet: 51, FC and DF. RGB value is (81,252,223). Sum of RGB (Red+Green+Blue) = 81+252+223=556 (73% of max value = 765). Red value is 81 (32.03% from 255 or 14.57% from 556); Green value is 252 (98.83% from 255 or 45.32% from 556); Blue value is 223 (87.5% from 255 or 40.11% from 556); Max value from RGB is 252 - color contains mainly: green. Hex color #51FCDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51FCDF is #AE0320. Grayscale: #C5C5C5. Windows color (decimal): -11404065 or 14679121. OLE color: 14679121.

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

Color convert

RGB 81 252 223 -
CMYK 0.68 0 0.12 0.01
HSL 169.82º 0.97% 0.65% -
HSV(B) 169.82º 0.68% 0.99% -
XYZ 51.52 76.7 81.9 -
YUV 197.57 142.35 44.86 -
System Red Green Blue C M Y K H S L
Decimal 81 252 223 0.68 0 0.12 0.01 169.82 0.97 0.65
Hex 51 FC DF 44 0 C 1 AA 61 41
Octal 121 374 337 104 0 14 1 252 141 101
Binary 1010001 11111100 11011111 1000100 0 1100 1 10101010 1100001 1000001

Color Harmonies of #51FCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51FCDF

Black with #51FCDF

Text Example


Text Example

White with #51FCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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