Html Css Color HEX #5EDBEC Turquoise Blue

📋 copy color: '#5EDBEC'

red 94 ◦ green 219 ◦ blue 236

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

Shades of Turquoise Blue #5EDBEC

Tints of Turquoise Blue #5EDBEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 42.99%

R = 17.12%
G = 39.89%
B = 42.99%

CMYK

 C value IS 0.60

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5EDBEC (or 0x5EDBEC) is known color: Turquoise Blue. HEX triplet: 5E, DB and EC. RGB value is (94,219,236). Sum of RGB (Red+Green+Blue) = 94+219+236=549 (72% of max value = 765). Red value is 94 (37.11% from 255 or 17.12% from 549); Green value is 219 (85.94% from 255 or 39.89% from 549); Blue value is 236 (92.58% from 255 or 42.99% from 549); Max value from RGB is 236 - color contains mainly: blue. Hex color #5EDBEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5EDBEC is #A12413. Grayscale: #B7B7B7. Windows color (decimal): -10560532 or 15522654. OLE color: 15522654.

HSL color Cylindrical-coordinate representation of color #5EDBEC: hue angle of 187.18º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5EDBEC is Cyan = 0.60, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 94 219 236 -
CMYK 0.60 0.07 0 0.07
HSL 187.18º 0.79% 0.65% -
HSV(B) 187.18º 0.6% 0.93% -
XYZ 45.09 59.1 88.39 -
YUV 183.56 157.59 64.12 -
System Red Green Blue C M Y K H S L
Decimal 94 219 236 0.60 0.07 0 0.07 187.18 0.79 0.65
Hex 5E DB EC 3C 7 0 7 BB 4F 41
Octal 136 333 354 74 7 0 7 273 117 101
Binary 1011110 11011011 11101100 111100 111 0 111 10111011 1001111 1000001

Color Harmonies of #5EDBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EDBEC

Black with #5EDBEC

Text Example


Text Example

White with #5EDBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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