Html Css Color HEX #5EEBE0 Turquoise Blue

📋 copy color: '#5EEBE0'

red 94 ◦ green 235 ◦ blue 224

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

Shades of Turquoise Blue #5EEBE0

Tints of Turquoise Blue #5EEBE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 40.51%

R = 17%
G = 42.5%
B = 40.51%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#5EEBE0 (or 0x5EEBE0) is known color: Turquoise Blue. HEX triplet: 5E, EB and E0. RGB value is (94,235,224). Sum of RGB (Red+Green+Blue) = 94+235+224=553 (73% of max value = 765). Red value is 94 (37.11% from 255 or 17.00% from 553); Green value is 235 (92.19% from 255 or 42.50% from 553); Blue value is 224 (87.89% from 255 or 40.51% from 553); Max value from RGB is 235 - color contains mainly: green. Hex color #5EEBE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EEBE0 is #A1141F. Grayscale: #BFBFBF. Windows color (decimal): -10556448 or 14740318. OLE color: 14740318.

HSL color Cylindrical-coordinate representation of color #5EEBE0: hue angle of 175.32º 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 #5EEBE0 is Cyan = 0.6, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB 94 235 224 -
CMYK 0.6 0 0.05 0.08
HSL 175.32º 0.78% 0.65% -
HSV(B) 175.32º 0.6% 0.92% -
XYZ 47.78 67.18 80.97 -
YUV 191.59 146.29 58.39 -
System Red Green Blue C M Y K H S L
Decimal 94 235 224 0.6 0 0.05 0.08 175.32 0.78 0.65
Hex 5E EB E0 3C 0 5 8 AF 4E 41
Octal 136 353 340 74 0 5 10 257 116 101
Binary 1011110 11101011 11100000 111100 0 101 1000 10101111 1001110 1000001

Color Harmonies of #5EEBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EEBE0

Black with #5EEBE0

Text Example


Text Example

White with #5EEBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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