Html Css Color HEX #5ECBC6 Medium Turquoise

📋 copy color: '#5ECBC6'

red 94 ◦ green 203 ◦ blue 198

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

Shades of Medium Turquoise #5ECBC6

Tints of Medium Turquoise #5ECBC6

RGB

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

 GREEN value IS 203 (79.69% from 255) = 41.01%

 BLUE value IS 198 (77.73% from 255) = 40%

R = 18.99%
G = 41.01%
B = 40%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#5ECBC6 (or 0x5ECBC6) is known color: Medium Turquoise. HEX triplet: 5E, CB and C6. RGB value is (94,203,198). Sum of RGB (Red+Green+Blue) = 94+203+198=495 (65% of max value = 765). Red value is 94 (37.11% from 255 or 18.99% from 495); Green value is 203 (79.69% from 255 or 41.01% from 495); Blue value is 198 (77.73% from 255 or 40% from 495); Max value from RGB is 203 - color contains mainly: green. Hex color #5ECBC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ECBC6 is #A13439. Grayscale: #A9A9A9. Windows color (decimal): -10564666 or 13028190. OLE color: 13028190.

HSL color Cylindrical-coordinate representation of color #5ECBC6: hue angle of 177.25º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5ECBC6 is Cyan = 0.54, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB 94 203 198 -
CMYK 0.54 0 0.02 0.20
HSL 177.25º 0.51% 0.58% -
HSV(B) 177.25º 0.54% 0.8% -
XYZ 36.17 49.17 61.01 -
YUV 169.84 143.89 73.91 -
System Red Green Blue C M Y K H S L
Decimal 94 203 198 0.54 0 0.02 0.20 177.25 0.51 0.58
Hex 5E CB C6 36 0 2 14 B1 33 3A
Octal 136 313 306 66 0 2 24 261 63 72
Binary 1011110 11001011 11000110 110110 0 10 10100 10110001 110011 111010

Color Harmonies of #5ECBC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ECBC6

Black with #5ECBC6

Text Example


Text Example

White with #5ECBC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,203,198); }

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

background-color css

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

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

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

border-color css

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

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

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