Html Css Color HEX #51EBD4 Turquoise

📋 copy color: '#51EBD4'

red 81 ◦ green 235 ◦ blue 212

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

Shades of Turquoise #51EBD4

Tints of Turquoise #51EBD4

RGB

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

 GREEN value IS 235 (92.19% from 255) = 44.51%

 BLUE value IS 212 (83.2% from 255) = 40.15%

R = 15.34%
G = 44.51%
B = 40.15%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#51EBD4 (or 0x51EBD4) is known color: Turquoise. HEX triplet: 51, EB and D4. RGB value is (81,235,212). Sum of RGB (Red+Green+Blue) = 81+235+212=528 (69% of max value = 765). Red value is 81 (32.03% from 255 or 15.34% from 528); Green value is 235 (92.19% from 255 or 44.51% from 528); Blue value is 212 (83.20% from 255 or 40.15% from 528); Max value from RGB is 235 - color contains mainly: green. Hex color #51EBD4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51EBD4 is #AE142B. Grayscale: #BABABA. Windows color (decimal): -11408428 or 13953873. OLE color: 13953873.

HSL color Cylindrical-coordinate representation of color #51EBD4: hue angle of 171.04º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #51EBD4 is Cyan = 0.66, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB 81 235 212 -
CMYK 0.66 0 0.10 0.08
HSL 171.04º 0.79% 0.62% -
HSV(B) 171.04º 0.66% 0.92% -
XYZ 44.99 65.92 72.64 -
YUV 186.33 142.48 52.87 -
System Red Green Blue C M Y K H S L
Decimal 81 235 212 0.66 0 0.10 0.08 171.04 0.79 0.62
Hex 51 EB D4 42 0 A 8 AB 4F 3E
Octal 121 353 324 102 0 12 10 253 117 76
Binary 1010001 11101011 11010100 1000010 0 1010 1000 10101011 1001111 111110

Color Harmonies of #51EBD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51EBD4

Black with #51EBD4

Text Example


Text Example

White with #51EBD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,235,212); }

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

background-color css

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

 a { background-color: rgb(81,235,212); }

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

border-color css

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

 span { border-color: rgb(81,235,212); }

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