Html Css Color HEX #5ECECE Medium Turquoise

📋 copy color: '#5ECECE'

red 94 ◦ green 206 ◦ blue 206

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

Shades of Medium Turquoise #5ECECE

Tints of Medium Turquoise #5ECECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.71%

R = 18.58%
G = 40.71%
B = 40.71%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5ECECE (or 0x5ECECE) is known color: Medium Turquoise. HEX triplet: 5E, CE and CE. RGB value is (94,206,206). Sum of RGB (Red+Green+Blue) = 94+206+206=506 (67% of max value = 765). Red value is 94 (37.11% from 255 or 18.58% from 506); Green value is 206 (80.86% from 255 or 40.71% from 506); Blue value is 206 (80.86% from 255 or 40.71% from 506); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #5ECECE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ECECE is #A13131. Grayscale: #ACACAC. Windows color (decimal): -10563890 or 13553246. OLE color: 13553246.

HSL color Cylindrical-coordinate representation of color #5ECECE: hue angle of 180º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5ECECE is Cyan = 0.54, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 94 206 206 -
CMYK 0.54 0 0 0.19
HSL 180º 0.53% 0.59% -
HSV(B) 180º 0.54% 0.81% -
XYZ 37.83 50.98 66.24 -
YUV 172.51 146.89 72 -
System Red Green Blue C M Y K H S L
Decimal 94 206 206 0.54 0 0 0.19 180 0.53 0.59
Hex 5E CE CE 36 0 0 13 B4 35 3B
Octal 136 316 316 66 0 0 23 264 65 73
Binary 1011110 11001110 11001110 110110 0 0 10011 10110100 110101 111011

Color Harmonies of #5ECECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ECECE

Black with #5ECECE

Text Example


Text Example

White with #5ECECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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