Html Css Color HEX #5EEBE3 Turquoise Blue

📋 copy color: '#5EEBE3'

red 94 ◦ green 235 ◦ blue 227

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

Shades of Turquoise Blue #5EEBE3

Tints of Turquoise Blue #5EEBE3

RGB

 RED value IS 94 (37.11% from 255) = 16.91%

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

 BLUE value IS 227 (89.06% from 255) = 40.83%

R = 16.91%
G = 42.27%
B = 40.83%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#5EEBE3 (or 0x5EEBE3) is known color: Turquoise Blue. HEX triplet: 5E, EB and E3. RGB value is (94,235,227). Sum of RGB (Red+Green+Blue) = 94+235+227=556 (73% of max value = 765). Red value is 94 (37.11% from 255 or 16.91% from 556); Green value is 235 (92.19% from 255 or 42.27% from 556); Blue value is 227 (89.06% from 255 or 40.83% from 556); Max value from RGB is 235 - color contains mainly: green. Hex color #5EEBE3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EEBE3 is #A1141C. Grayscale: #BFBFBF. Windows color (decimal): -10556445 or 14936926. OLE color: 14936926.

HSL color Cylindrical-coordinate representation of color #5EEBE3: hue angle of 176.6º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5EEBE3 is Cyan = 0.6, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB 94 235 227 -
CMYK 0.6 0 0.03 0.08
HSL 176.6º 0.78% 0.65% -
HSV(B) 176.6º 0.6% 0.92% -
XYZ 48.19 67.34 83.13 -
YUV 191.93 147.79 58.15 -
System Red Green Blue C M Y K H S L
Decimal 94 235 227 0.6 0 0.03 0.08 176.6 0.78 0.65
Hex 5E EB E3 3C 0 3 8 B1 4E 41
Octal 136 353 343 74 0 3 10 261 116 101
Binary 1011110 11101011 11100011 111100 0 11 1000 10110001 1001110 1000001

Color Harmonies of #5EEBE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EEBE3

Black with #5EEBE3

Text Example


Text Example

White with #5EEBE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5EEBE3; }

 p { color: rgb(94,235,227); }

 H1.HeaderClassName
 {
   color: #5EEBE3;
 }
 .AnyTagClassName
 {
   color: #5EEBE3;
 }
</style>

background-color css

<style>
 a { background-color: #5EEBE3; }

 a { background-color: rgb(94,235,227); }

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

border-color css

<style>
 span { border-color: #5EEBE3; }

 span { border-color: rgb(94,235,227); }

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