Html Css Color HEX #51EAEB Turquoise Blue

📋 copy color: '#51EAEB'

red 81 ◦ green 234 ◦ blue 235

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

Shades of Turquoise Blue #51EAEB

Tints of Turquoise Blue #51EAEB

RGB

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

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

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

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

CMYK

 C value IS 0.66

 M value IS 0.00

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

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

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

Color convert

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

Color Harmonies of #51EAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51EAEB

Black with #51EAEB

Text Example


Text Example

White with #51EAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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