Html Css Color HEX #51FCCD Turquoise

📋 copy color: '#51FCCD'

red 81 ◦ green 252 ◦ blue 205

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

Shades of Turquoise #51FCCD

Tints of Turquoise #51FCCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.1%

R = 15.06%
G = 46.84%
B = 38.1%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#51FCCD (or 0x51FCCD) is known color: Turquoise. HEX triplet: 51, FC and CD. RGB value is (81,252,205). Sum of RGB (Red+Green+Blue) = 81+252+205=538 (71% of max value = 765). Red value is 81 (32.03% from 255 or 15.06% from 538); Green value is 252 (98.83% from 255 or 46.84% from 538); Blue value is 205 (80.47% from 255 or 38.10% from 538); Max value from RGB is 252 - color contains mainly: green. Hex color #51FCCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51FCCD is #AE0332. Grayscale: #C3C3C3. Windows color (decimal): -11404083 or 13499473. OLE color: 13499473.

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

Color convert

RGB 81 252 205 -
CMYK 0.68 0 0.19 0.01
HSL 163.51º 0.97% 0.65% -
HSV(B) 163.51º 0.68% 0.99% -
XYZ 49.22 75.78 69.79 -
YUV 195.51 133.35 46.32 -
System Red Green Blue C M Y K H S L
Decimal 81 252 205 0.68 0 0.19 0.01 163.51 0.97 0.65
Hex 51 FC CD 44 0 13 1 A4 61 41
Octal 121 374 315 104 0 23 1 244 141 101
Binary 1010001 11111100 11001101 1000100 0 10011 1 10100100 1100001 1000001

Color Harmonies of #51FCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51FCCD

Black with #51FCCD

Text Example


Text Example

White with #51FCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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