Html Css Color HEX #51DFDA Turquoise

📋 copy color: '#51DFDA'

red 81 ◦ green 223 ◦ blue 218

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

Shades of Turquoise #51DFDA

Tints of Turquoise #51DFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.76%

R = 15.52%
G = 42.72%
B = 41.76%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#51DFDA (or 0x51DFDA) is known color: Turquoise. HEX triplet: 51, DF and DA. RGB value is (81,223,218). Sum of RGB (Red+Green+Blue) = 81+223+218=522 (69% of max value = 765). Red value is 81 (32.03% from 255 or 15.52% from 522); Green value is 223 (87.5% from 255 or 42.72% from 522); Blue value is 218 (85.55% from 255 or 41.76% from 522); Max value from RGB is 223 - color contains mainly: green. Hex color #51DFDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51DFDA is #AE2025. Grayscale: #B3B3B3. Windows color (decimal): -11411494 or 14344017. OLE color: 14344017.

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

Color convert

RGB 81 223 218 -
CMYK 0.64 0 0.02 0.13
HSL 177.89º 0.69% 0.6% -
HSV(B) 177.89º 0.64% 0.87% -
XYZ 42.44 59.59 75.59 -
YUV 179.97 149.46 57.41 -
System Red Green Blue C M Y K H S L
Decimal 81 223 218 0.64 0 0.02 0.13 177.89 0.69 0.6
Hex 51 DF DA 40 0 2 D B2 45 3C
Octal 121 337 332 100 0 2 15 262 105 74
Binary 1010001 11011111 11011010 1000000 0 10 1101 10110010 1000101 111100

Color Harmonies of #51DFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51DFDA

Black with #51DFDA

Text Example


Text Example

White with #51DFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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