Html Css Color HEX #51DFCC Turquoise

📋 copy color: '#51DFCC'

red 81 ◦ green 223 ◦ blue 204

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

Shades of Turquoise #51DFCC

Tints of Turquoise #51DFCC

RGB

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

 GREEN value IS 223 (87.5% from 255) = 43.9%

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

R = 15.94%
G = 43.9%
B = 40.16%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#51DFCC (or 0x51DFCC) is known color: Turquoise. HEX triplet: 51, DF and CC. RGB value is (81,223,204). Sum of RGB (Red+Green+Blue) = 81+223+204=508 (67% of max value = 765). Red value is 81 (32.03% from 255 or 15.94% from 508); Green value is 223 (87.5% from 255 or 43.90% from 508); Blue value is 204 (80.08% from 255 or 40.16% from 508); Max value from RGB is 223 - color contains mainly: green. Hex color #51DFCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51DFCC is #AE2033. Grayscale: #B2B2B2. Windows color (decimal): -11411508 or 13426513. OLE color: 13426513.

HSL color Cylindrical-coordinate representation of color #51DFCC: hue angle of 171.97º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #51DFCC is Cyan = 0.64, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 81 223 204 -
CMYK 0.64 0 0.09 0.13
HSL 171.97º 0.69% 0.6% -
HSV(B) 171.97º 0.64% 0.87% -
XYZ 40.68 58.88 66.35 -
YUV 178.38 142.46 58.54 -
System Red Green Blue C M Y K H S L
Decimal 81 223 204 0.64 0 0.09 0.13 171.97 0.69 0.6
Hex 51 DF CC 40 0 9 D AC 45 3C
Octal 121 337 314 100 0 11 15 254 105 74
Binary 1010001 11011111 11001100 1000000 0 1001 1101 10101100 1000101 111100

Color Harmonies of #51DFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51DFCC

Black with #51DFCC

Text Example


Text Example

White with #51DFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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