Html Css Color HEX #5EDBEB Turquoise Blue

📋 copy color: '#5EDBEB'

red 94 ◦ green 219 ◦ blue 235

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

Shades of Turquoise Blue #5EDBEB

Tints of Turquoise Blue #5EDBEB

RGB

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

 GREEN value IS 219 (85.94% from 255) = 39.96%

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

R = 17.15%
G = 39.96%
B = 42.88%

CMYK

 C value IS 0.6

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5EDBEB (or 0x5EDBEB) is known color: Turquoise Blue. HEX triplet: 5E, DB and EB. RGB value is (94,219,235). Sum of RGB (Red+Green+Blue) = 94+219+235=548 (72% of max value = 765). Red value is 94 (37.11% from 255 or 17.15% from 548); Green value is 219 (85.94% from 255 or 39.96% from 548); Blue value is 235 (92.19% from 255 or 42.88% from 548); Max value from RGB is 235 - color contains mainly: blue. Hex color #5EDBEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5EDBEB is #A12414. Grayscale: #B7B7B7. Windows color (decimal): -10560533 or 15457118. OLE color: 15457118.

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

Color convert

RGB 94 219 235 -
CMYK 0.6 0.07 0 0.08
HSL 186.81º 0.78% 0.65% -
HSV(B) 186.81º 0.6% 0.92% -
XYZ 44.94 59.04 87.62 -
YUV 183.45 157.09 64.2 -
System Red Green Blue C M Y K H S L
Decimal 94 219 235 0.6 0.07 0 0.08 186.81 0.78 0.65
Hex 5E DB EB 3C 7 0 8 BB 4E 41
Octal 136 333 353 74 7 0 10 273 116 101
Binary 1011110 11011011 11101011 111100 111 0 1000 10111011 1001110 1000001

Color Harmonies of #5EDBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EDBEB

Black with #5EDBEB

Text Example


Text Example

White with #5EDBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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