Html Css Color HEX #51DFCD Turquoise

📋 copy color: '#51DFCD'

red 81 ◦ green 223 ◦ blue 205

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

Shades of Turquoise #51DFCD

Tints of Turquoise #51DFCD

RGB

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

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

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

R = 15.91%
G = 43.81%
B = 40.28%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#51DFCD (or 0x51DFCD) is known color: Turquoise. HEX triplet: 51, DF and CD. RGB value is (81,223,205). Sum of RGB (Red+Green+Blue) = 81+223+205=509 (67% of max value = 765). Red value is 81 (32.03% from 255 or 15.91% from 509); Green value is 223 (87.5% from 255 or 43.81% from 509); Blue value is 205 (80.47% from 255 or 40.28% from 509); Max value from RGB is 223 - color contains mainly: green. Hex color #51DFCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51DFCD is #AE2032. Grayscale: #B2B2B2. Windows color (decimal): -11411507 or 13492049. OLE color: 13492049.

HSL color Cylindrical-coordinate representation of color #51DFCD: hue angle of 172.39º 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 #51DFCD is Cyan = 0.64, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 81 223 205 -
CMYK 0.64 0 0.08 0.13
HSL 172.39º 0.69% 0.6% -
HSV(B) 172.39º 0.64% 0.87% -
XYZ 40.8 58.93 66.98 -
YUV 178.49 142.96 58.46 -
System Red Green Blue C M Y K H S L
Decimal 81 223 205 0.64 0 0.08 0.13 172.39 0.69 0.6
Hex 51 DF CD 40 0 8 D AC 45 3C
Octal 121 337 315 100 0 10 15 254 105 74
Binary 1010001 11011111 11001101 1000000 0 1000 1101 10101100 1000101 111100

Color Harmonies of #51DFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51DFCD

Black with #51DFCD

Text Example


Text Example

White with #51DFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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