Html Css Color HEX #51F1DB Turquoise

📋 copy color: '#51F1DB'

red 81 ◦ green 241 ◦ blue 219

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

Shades of Turquoise #51F1DB

Tints of Turquoise #51F1DB

RGB

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

 GREEN value IS 241 (94.53% from 255) = 44.55%

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

R = 14.97%
G = 44.55%
B = 40.48%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#51F1DB (or 0x51F1DB) is known color: Turquoise. HEX triplet: 51, F1 and DB. RGB value is (81,241,219). Sum of RGB (Red+Green+Blue) = 81+241+219=541 (71% of max value = 765). Red value is 81 (32.03% from 255 or 14.97% from 541); Green value is 241 (94.53% from 255 or 44.55% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 241 - color contains mainly: green. Hex color #51F1DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51F1DB is #AE0E24. Grayscale: #BEBEBE. Windows color (decimal): -11406885 or 14414161. OLE color: 14414161.

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

Color convert

RGB 81 241 219 -
CMYK 0.66 0 0.09 0.05
HSL 171.75º 0.85% 0.63% -
HSV(B) 171.75º 0.66% 0.95% -
XYZ 47.63 69.77 77.98 -
YUV 190.65 143.99 49.79 -
System Red Green Blue C M Y K H S L
Decimal 81 241 219 0.66 0 0.09 0.05 171.75 0.85 0.63
Hex 51 F1 DB 42 0 9 5 AC 55 3F
Octal 121 361 333 102 0 11 5 254 125 77
Binary 1010001 11110001 11011011 1000010 0 1001 101 10101100 1010101 111111

Color Harmonies of #51F1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51F1DB

Black with #51F1DB

Text Example


Text Example

White with #51F1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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