Html Css Color HEX #5ECEED Turquoise Blue

📋 copy color: '#5ECEED'

red 94 ◦ green 206 ◦ blue 237

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

Shades of Turquoise Blue #5ECEED

Tints of Turquoise Blue #5ECEED

RGB

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

 GREEN value IS 206 (80.86% from 255) = 38.36%

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

R = 17.5%
G = 38.36%
B = 44.13%

CMYK

 C value IS 0.60

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5ECEED (or 0x5ECEED) is known color: Turquoise Blue. HEX triplet: 5E, CE and ED. RGB value is (94,206,237). Sum of RGB (Red+Green+Blue) = 94+206+237=537 (71% of max value = 765). Red value is 94 (37.11% from 255 or 17.50% from 537); Green value is 206 (80.86% from 255 or 38.36% from 537); Blue value is 237 (92.97% from 255 or 44.13% from 537); Max value from RGB is 237 - color contains mainly: blue. Hex color #5ECEED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ECEED is #A13112. Grayscale: #AFAFAF. Windows color (decimal): -10563859 or 15584862. OLE color: 15584862.

HSL color Cylindrical-coordinate representation of color #5ECEED: hue angle of 193.01º degrees, saturation: 0.8, 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 #5ECEED is Cyan = 0.60, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 94 206 237 -
CMYK 0.60 0.13 0 0.07
HSL 193.01º 0.8% 0.65% -
HSV(B) 193.01º 0.6% 0.93% -
XYZ 41.97 52.64 88.07 -
YUV 176.05 162.39 69.48 -
System Red Green Blue C M Y K H S L
Decimal 94 206 237 0.60 0.13 0 0.07 193.01 0.8 0.65
Hex 5E CE ED 3C D 0 7 C1 50 41
Octal 136 316 355 74 15 0 7 301 120 101
Binary 1011110 11001110 11101101 111100 1101 0 111 11000001 1010000 1000001

Color Harmonies of #5ECEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ECEED

Black with #5ECEED

Text Example


Text Example

White with #5ECEED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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