Html Css Color HEX #51FFCC Turquoise

📋 copy color: '#51FFCC'

red 81 ◦ green 255 ◦ blue 204

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

Shades of Turquoise #51FFCC

Tints of Turquoise #51FFCC

RGB

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

 GREEN value IS 255 (100% from 255) = 47.22%

 BLUE value IS 204 (80.08% from 255) = 37.78%

R = 15%
G = 47.22%
B = 37.78%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.2

 K value IS 0

RGB Variations

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

Color information

#51FFCC (or 0x51FFCC) is known color: Turquoise. HEX triplet: 51, FF and CC. RGB value is (81,255,204). Sum of RGB (Red+Green+Blue) = 81+255+204=540 (71% of max value = 765). Red value is 81 (32.03% from 255 or 15% from 540); Green value is 255 (100% from 255 or 47.22% from 540); Blue value is 204 (80.08% from 255 or 37.78% from 540); Max value from RGB is 255 - color contains mainly: green. Hex color #51FFCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51FFCC is #AE0033. Grayscale: #C5C5C5. Windows color (decimal): -11403316 or 13434705. OLE color: 13434705.

HSL color Cylindrical-coordinate representation of color #51FFCC: hue angle of 162.41º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #51FFCC is Cyan = 0.68, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.

Color convert

RGB 81 255 204 -
CMYK 0.68 0 0.2 0
HSL 162.41º 1% 0.66% -
HSV(B) 162.41º 0.68% 1% -
XYZ 50.05 77.63 69.47 -
YUV 197.16 131.85 45.15 -
System Red Green Blue C M Y K H S L
Decimal 81 255 204 0.68 0 0.2 0 162.41 1 0.66
Hex 51 FF CC 44 0 14 0 A2 64 42
Octal 121 377 314 104 0 24 0 242 144 102
Binary 1010001 11111111 11001100 1000100 0 10100 0 10100010 1100100 1000010

Color Harmonies of #51FFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51FFCC

Black with #51FFCC

Text Example


Text Example

White with #51FFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,255,204); }

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

background-color css

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

 a { background-color: rgb(81,255,204); }

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

border-color css

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

 span { border-color: rgb(81,255,204); }

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