Html Css Color HEX #5EDEEB Turquoise Blue

📋 copy color: '#5EDEEB'

red 94 ◦ green 222 ◦ blue 235

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

Shades of Turquoise Blue #5EDEEB

Tints of Turquoise Blue #5EDEEB

RGB

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

 GREEN value IS 222 (87.11% from 255) = 40.29%

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

R = 17.06%
G = 40.29%
B = 42.65%

CMYK

 C value IS 0.6

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5EDEEB (or 0x5EDEEB) is known color: Turquoise Blue. HEX triplet: 5E, DE and EB. RGB value is (94,222,235). Sum of RGB (Red+Green+Blue) = 94+222+235=551 (72% of max value = 765). Red value is 94 (37.11% from 255 or 17.06% from 551); Green value is 222 (87.11% from 255 or 40.29% from 551); Blue value is 235 (92.19% from 255 or 42.65% from 551); Max value from RGB is 235 - color contains mainly: blue. Hex color #5EDEEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5EDEEB is #A12114. Grayscale: #B9B9B9. Windows color (decimal): -10559765 or 15457886. OLE color: 15457886.

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

Color convert

RGB 94 222 235 -
CMYK 0.6 0.06 0 0.08
HSL 185.53º 0.78% 0.65% -
HSV(B) 185.53º 0.6% 0.92% -
XYZ 45.73 60.62 87.89 -
YUV 185.21 156.09 62.94 -
System Red Green Blue C M Y K H S L
Decimal 94 222 235 0.6 0.06 0 0.08 185.53 0.78 0.65
Hex 5E DE EB 3C 6 0 8 BA 4E 41
Octal 136 336 353 74 6 0 10 272 116 101
Binary 1011110 11011110 11101011 111100 110 0 1000 10111010 1001110 1000001

Color Harmonies of #5EDEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EDEEB

Black with #5EDEEB

Text Example


Text Example

White with #5EDEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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