Html Css Color HEX #5EDEE3 Turquoise Blue

📋 copy color: '#5EDEE3'

red 94 ◦ green 222 ◦ blue 227

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

Shades of Turquoise Blue #5EDEE3

Tints of Turquoise Blue #5EDEE3

RGB

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

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

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

R = 17.31%
G = 40.88%
B = 41.8%

CMYK

 C value IS 0.59

 M value IS 0.02

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#5EDEE3 (or 0x5EDEE3) is known color: Turquoise Blue. HEX triplet: 5E, DE and E3. RGB value is (94,222,227). Sum of RGB (Red+Green+Blue) = 94+222+227=543 (71% of max value = 765). Red value is 94 (37.11% from 255 or 17.31% from 543); Green value is 222 (87.11% from 255 or 40.88% from 543); Blue value is 227 (89.06% from 255 or 41.80% from 543); Max value from RGB is 227 - color contains mainly: blue. Hex color #5EDEE3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EDEE3 is #A1211C. Grayscale: #B8B8B8. Windows color (decimal): -10559773 or 14933598. OLE color: 14933598.

HSL color Cylindrical-coordinate representation of color #5EDEE3: hue angle of 182.26º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5EDEE3 is Cyan = 0.59, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 94 222 227 -
CMYK 0.59 0.02 0 0.11
HSL 182.26º 0.7% 0.63% -
HSV(B) 182.26º 0.59% 0.89% -
XYZ 44.6 60.17 81.94 -
YUV 184.3 152.09 63.59 -
System Red Green Blue C M Y K H S L
Decimal 94 222 227 0.59 0.02 0 0.11 182.26 0.7 0.63
Hex 5E DE E3 3B 2 0 B B6 46 3F
Octal 136 336 343 73 2 0 13 266 106 77
Binary 1011110 11011110 11100011 111011 10 0 1011 10110110 1000110 111111

Color Harmonies of #5EDEE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EDEE3

Black with #5EDEE3

Text Example


Text Example

White with #5EDEE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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