Html Css Color HEX #51FCC3 Turquoise

📋 copy color: '#51FCC3'

red 81 ◦ green 252 ◦ blue 195

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

Shades of Turquoise #51FCC3

Tints of Turquoise #51FCC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 36.93%

R = 15.34%
G = 47.73%
B = 36.93%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#51FCC3 (or 0x51FCC3) is known color: Turquoise. HEX triplet: 51, FC and C3. RGB value is (81,252,195). Sum of RGB (Red+Green+Blue) = 81+252+195=528 (69% of max value = 765). Red value is 81 (32.03% from 255 or 15.34% from 528); Green value is 252 (98.83% from 255 or 47.73% from 528); Blue value is 195 (76.56% from 255 or 36.93% from 528); Max value from RGB is 252 - color contains mainly: green. Hex color #51FCC3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51FCC3 is #AE033C. Grayscale: #C2C2C2. Windows color (decimal): -11404093 or 12844113. OLE color: 12844113.

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

Color convert

RGB 81 252 195 -
CMYK 0.68 0 0.23 0.01
HSL 160º 0.97% 0.65% -
HSV(B) 160º 0.68% 0.99% -
XYZ 48.05 75.31 63.63 -
YUV 194.37 128.35 47.13 -
System Red Green Blue C M Y K H S L
Decimal 81 252 195 0.68 0 0.23 0.01 160 0.97 0.65
Hex 51 FC C3 44 0 17 1 A0 61 41
Octal 121 374 303 104 0 27 1 240 141 101
Binary 1010001 11111100 11000011 1000100 0 10111 1 10100000 1100001 1000001

Color Harmonies of #51FCC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51FCC3

Black with #51FCC3

Text Example


Text Example

White with #51FCC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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