Html Css Color HEX #51DFDF Turquoise

📋 copy color: '#51DFDF'

red 81 ◦ green 223 ◦ blue 223

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

Shades of Turquoise #51DFDF

Tints of Turquoise #51DFDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.31%

R = 15.37%
G = 42.31%
B = 42.31%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#51DFDF (or 0x51DFDF) is known color: Turquoise. HEX triplet: 51, DF and DF. RGB value is (81,223,223). Sum of RGB (Red+Green+Blue) = 81+223+223=527 (69% of max value = 765). Red value is 81 (32.03% from 255 or 15.37% from 527); Green value is 223 (87.5% from 255 or 42.31% from 527); Blue value is 223 (87.5% from 255 or 42.31% from 527); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #51DFDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51DFDF is #AE2020. Grayscale: #B4B4B4. Windows color (decimal): -11411489 or 14671697. OLE color: 14671697.

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

Color convert

RGB 81 223 223 -
CMYK 0.64 0 0 0.13
HSL 180º 0.69% 0.6% -
HSV(B) 180º 0.64% 0.87% -
XYZ 43.1 59.85 79.09 -
YUV 180.54 151.96 57 -
System Red Green Blue C M Y K H S L
Decimal 81 223 223 0.64 0 0 0.13 180 0.69 0.6
Hex 51 DF DF 40 0 0 D B4 45 3C
Octal 121 337 337 100 0 0 15 264 105 74
Binary 1010001 11011111 11011111 1000000 0 0 1101 10110100 1000101 111100

Color Harmonies of #51DFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51DFDF

Black with #51DFDF

Text Example


Text Example

White with #51DFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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