Html Css Color HEX #51DFDC Turquoise

📋 copy color: '#51DFDC'

red 81 ◦ green 223 ◦ blue 220

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

Shades of Turquoise #51DFDC

Tints of Turquoise #51DFDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.98%

R = 15.46%
G = 42.56%
B = 41.98%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#51DFDC (or 0x51DFDC) is known color: Turquoise. HEX triplet: 51, DF and DC. RGB value is (81,223,220). Sum of RGB (Red+Green+Blue) = 81+223+220=524 (69% of max value = 765). Red value is 81 (32.03% from 255 or 15.46% from 524); Green value is 223 (87.5% from 255 or 42.56% from 524); Blue value is 220 (86.33% from 255 or 41.98% from 524); Max value from RGB is 223 - color contains mainly: green. Hex color #51DFDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51DFDC is #AE2023. Grayscale: #B4B4B4. Windows color (decimal): -11411492 or 14475089. OLE color: 14475089.

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

Color convert

RGB 81 223 220 -
CMYK 0.64 0 0.01 0.13
HSL 178.73º 0.69% 0.6% -
HSV(B) 178.73º 0.64% 0.87% -
XYZ 42.7 59.69 76.98 -
YUV 180.2 150.46 57.24 -
System Red Green Blue C M Y K H S L
Decimal 81 223 220 0.64 0 0.01 0.13 178.73 0.69 0.6
Hex 51 DF DC 40 0 1 D B3 45 3C
Octal 121 337 334 100 0 1 15 263 105 74
Binary 1010001 11011111 11011100 1000000 0 1 1101 10110011 1000101 111100

Color Harmonies of #51DFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51DFDC

Black with #51DFDC

Text Example


Text Example

White with #51DFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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