Html Css Color HEX #51FCCE Turquoise

📋 copy color: '#51FCCE'

red 81 ◦ green 252 ◦ blue 206

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

Shades of Turquoise #51FCCE

Tints of Turquoise #51FCCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.22%

R = 15.03%
G = 46.75%
B = 38.22%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#51FCCE (or 0x51FCCE) is known color: Turquoise. HEX triplet: 51, FC and CE. RGB value is (81,252,206). Sum of RGB (Red+Green+Blue) = 81+252+206=539 (71% of max value = 765). Red value is 81 (32.03% from 255 or 15.03% from 539); Green value is 252 (98.83% from 255 or 46.75% from 539); Blue value is 206 (80.86% from 255 or 38.22% from 539); Max value from RGB is 252 - color contains mainly: green. Hex color #51FCCE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51FCCE is #AE0331. Grayscale: #C3C3C3. Windows color (decimal): -11404082 or 13565009. OLE color: 13565009.

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

Color convert

RGB 81 252 206 -
CMYK 0.68 0 0.18 0.01
HSL 163.86º 0.97% 0.65% -
HSV(B) 163.86º 0.68% 0.99% -
XYZ 49.34 75.83 70.43 -
YUV 195.63 133.85 46.24 -
System Red Green Blue C M Y K H S L
Decimal 81 252 206 0.68 0 0.18 0.01 163.86 0.97 0.65
Hex 51 FC CE 44 0 12 1 A4 61 41
Octal 121 374 316 104 0 22 1 244 141 101
Binary 1010001 11111100 11001110 1000100 0 10010 1 10100100 1100001 1000001

Color Harmonies of #51FCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51FCCE

Black with #51FCCE

Text Example


Text Example

White with #51FCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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