Html Css Color HEX #5EEEED Turquoise Blue

📋 copy color: '#5EEEED'

red 94 ◦ green 238 ◦ blue 237

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

Shades of Turquoise Blue #5EEEED

Tints of Turquoise Blue #5EEEED

RGB

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

 GREEN value IS 238 (93.36% from 255) = 41.83%

 BLUE value IS 237 (92.97% from 255) = 41.65%

R = 16.52%
G = 41.83%
B = 41.65%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#5EEEED (or 0x5EEEED) is known color: Turquoise Blue. HEX triplet: 5E, EE and ED. RGB value is (94,238,237). Sum of RGB (Red+Green+Blue) = 94+238+237=569 (75% of max value = 765). Red value is 94 (37.11% from 255 or 16.52% from 569); Green value is 238 (93.36% from 255 or 41.83% from 569); Blue value is 237 (92.97% from 255 or 41.65% from 569); Max value from RGB is 238 - color contains mainly: green. Hex color #5EEEED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5EEEED is #A11112. Grayscale: #C2C2C2. Windows color (decimal): -10555667 or 15593054. OLE color: 15593054.

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

Color convert

RGB 94 238 237 -
CMYK 0.61 0 0.00 0.07
HSL 179.58º 0.81% 0.65% -
HSV(B) 179.58º 0.61% 0.93% -
XYZ 50.48 69.64 90.9 -
YUV 194.83 151.79 56.08 -
System Red Green Blue C M Y K H S L
Decimal 94 238 237 0.61 0 0.00 0.07 179.58 0.81 0.65
Hex 5E EE ED 3D 0 0 7 B4 51 41
Octal 136 356 355 75 0 0 7 264 121 101
Binary 1011110 11101110 11101101 111101 0 0 111 10110100 1010001 1000001

Color Harmonies of #5EEEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EEEED

Black with #5EEEED

Text Example


Text Example

White with #5EEEED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,238,237); }

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

background-color css

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

 a { background-color: rgb(94,238,237); }

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

border-color css

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

 span { border-color: rgb(94,238,237); }

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