Html Css Color HEX #51FCC4 Turquoise

📋 copy color: '#51FCC4'

red 81 ◦ green 252 ◦ blue 196

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

Shades of Turquoise #51FCC4

Tints of Turquoise #51FCC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 37.05%

R = 15.31%
G = 47.64%
B = 37.05%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#51FCC4 (or 0x51FCC4) is known color: Turquoise. HEX triplet: 51, FC and C4. RGB value is (81,252,196). Sum of RGB (Red+Green+Blue) = 81+252+196=529 (70% of max value = 765). Red value is 81 (32.03% from 255 or 15.31% from 529); Green value is 252 (98.83% from 255 or 47.64% from 529); Blue value is 196 (76.95% from 255 or 37.05% from 529); Max value from RGB is 252 - color contains mainly: green. Hex color #51FCC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51FCC4 is #AE033B. Grayscale: #C2C2C2. Windows color (decimal): -11404092 or 12909649. OLE color: 12909649.

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

Color convert

RGB 81 252 196 -
CMYK 0.68 0 0.22 0.01
HSL 160.35º 0.97% 0.65% -
HSV(B) 160.35º 0.68% 0.99% -
XYZ 48.17 75.36 64.23 -
YUV 194.49 128.85 47.05 -
System Red Green Blue C M Y K H S L
Decimal 81 252 196 0.68 0 0.22 0.01 160.35 0.97 0.65
Hex 51 FC C4 44 0 16 1 A0 61 41
Octal 121 374 304 104 0 26 1 240 141 101
Binary 1010001 11111100 11000100 1000100 0 10110 1 10100000 1100001 1000001

Color Harmonies of #51FCC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51FCC4

Black with #51FCC4

Text Example


Text Example

White with #51FCC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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