Html Css Color HEX #51EBEA Turquoise Blue

📋 copy color: '#51EBEA'

red 81 ◦ green 235 ◦ blue 234

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

Shades of Turquoise Blue #51EBEA

Tints of Turquoise Blue #51EBEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 42.55%

R = 14.73%
G = 42.73%
B = 42.55%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.00

 K value IS 0.08

RGB Variations

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

Color information

#51EBEA (or 0x51EBEA) is known color: Turquoise Blue. HEX triplet: 51, EB and EA. RGB value is (81,235,234). Sum of RGB (Red+Green+Blue) = 81+235+234=550 (72% of max value = 765). Red value is 81 (32.03% from 255 or 14.73% from 550); Green value is 235 (92.19% from 255 or 42.73% from 550); Blue value is 234 (91.80% from 255 or 42.55% from 550); Max value from RGB is 235 - color contains mainly: green. Hex color #51EBEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #51EBEA is #AE1415. Grayscale: #BCBCBC. Windows color (decimal): -11408406 or 15395665. OLE color: 15395665.

HSL color Cylindrical-coordinate representation of color #51EBEA: hue angle of 179.61º 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 #51EBEA is Cyan = 0.66, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.08.

Color convert

RGB 81 235 234 -
CMYK 0.66 0 0.00 0.08
HSL 179.61º 0.79% 0.62% -
HSV(B) 179.61º 0.66% 0.92% -
XYZ 47.95 67.11 88.27 -
YUV 188.84 153.48 51.08 -
System Red Green Blue C M Y K H S L
Decimal 81 235 234 0.66 0 0.00 0.08 179.61 0.79 0.62
Hex 51 EB EA 42 0 0 8 B4 4F 3E
Octal 121 353 352 102 0 0 10 264 117 76
Binary 1010001 11101011 11101010 1000010 0 0 1000 10110100 1001111 111110

Color Harmonies of #51EBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51EBEA

Black with #51EBEA

Text Example


Text Example

White with #51EBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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