Html Css Color HEX #51F7DB Turquoise

📋 copy color: '#51F7DB'

red 81 ◦ green 247 ◦ blue 219

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

Shades of Turquoise #51F7DB

Tints of Turquoise #51F7DB

RGB

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

 GREEN value IS 247 (96.88% from 255) = 45.16%

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

R = 14.81%
G = 45.16%
B = 40.04%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#51F7DB (or 0x51F7DB) is known color: Turquoise. HEX triplet: 51, F7 and DB. RGB value is (81,247,219). Sum of RGB (Red+Green+Blue) = 81+247+219=547 (72% of max value = 765). Red value is 81 (32.03% from 255 or 14.81% from 547); Green value is 247 (96.88% from 255 or 45.16% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 247 - color contains mainly: green. Hex color #51F7DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51F7DB is #AE0824. Grayscale: #C2C2C2. Windows color (decimal): -11405349 or 14415697. OLE color: 14415697.

HSL color Cylindrical-coordinate representation of color #51F7DB: hue angle of 169.88º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #51F7DB is Cyan = 0.67, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB 81 247 219 -
CMYK 0.67 0 0.11 0.03
HSL 169.88º 0.91% 0.64% -
HSV(B) 169.88º 0.67% 0.97% -
XYZ 49.44 73.39 78.58 -
YUV 194.17 142 47.28 -
System Red Green Blue C M Y K H S L
Decimal 81 247 219 0.67 0 0.11 0.03 169.88 0.91 0.64
Hex 51 F7 DB 43 0 B 3 AA 5B 40
Octal 121 367 333 103 0 13 3 252 133 100
Binary 1010001 11110111 11011011 1000011 0 1011 11 10101010 1011011 1000000

Color Harmonies of #51F7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51F7DB

Black with #51F7DB

Text Example


Text Example

White with #51F7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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