Html Css Color HEX #51F2DB Turquoise

📋 copy color: '#51F2DB'

red 81 ◦ green 242 ◦ blue 219

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

Shades of Turquoise #51F2DB

Tints of Turquoise #51F2DB

RGB

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

 GREEN value IS 242 (94.92% from 255) = 44.65%

 BLUE value IS 219 (85.94% from 255) = 40.41%

R = 14.94%
G = 44.65%
B = 40.41%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#51F2DB (or 0x51F2DB) is known color: Turquoise. HEX triplet: 51, F2 and DB. RGB value is (81,242,219). Sum of RGB (Red+Green+Blue) = 81+242+219=542 (71% of max value = 765). Red value is 81 (32.03% from 255 or 14.94% from 542); Green value is 242 (94.92% from 255 or 44.65% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 242 - color contains mainly: green. Hex color #51F2DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51F2DB is #AE0D24. Grayscale: #BFBFBF. Windows color (decimal): -11406629 or 14414417. OLE color: 14414417.

HSL color Cylindrical-coordinate representation of color #51F2DB: hue angle of 171.43º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #51F2DB is Cyan = 0.67, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 81 242 219 -
CMYK 0.67 0 0.10 0.05
HSL 171.43º 0.86% 0.63% -
HSV(B) 171.43º 0.67% 0.95% -
XYZ 47.93 70.37 78.07 -
YUV 191.24 143.66 49.37 -
System Red Green Blue C M Y K H S L
Decimal 81 242 219 0.67 0 0.10 0.05 171.43 0.86 0.63
Hex 51 F2 DB 43 0 A 5 AB 56 3F
Octal 121 362 333 103 0 12 5 253 126 77
Binary 1010001 11110010 11011011 1000011 0 1010 101 10101011 1010110 111111

Color Harmonies of #51F2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51F2DB

Black with #51F2DB

Text Example


Text Example

White with #51F2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,242,219); }

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

background-color css

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

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

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

border-color css

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

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

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